Skip to content

Commit 7e36a6b

Browse files
authored
Merge pull request #12 from stevenhua0320/migration
pre-commit auto-fix
2 parents fe24eef + f52b0af commit 7e36a6b

File tree

16 files changed

+1545
-968
lines changed

16 files changed

+1545
-968
lines changed

AUTHORS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ This code is developed by:
22

33
Xiaohao Yang
44

5-
This code was developed as part of the xPDFsuite project to create software
6-
and tools for general researchers to use PDF in their work. For more
5+
This code was developed as part of the xPDFsuite project to create software
6+
and tools for general researchers to use PDF in their work. For more
77
information on the DiffPy project email sb2896@columbia.edu

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ INSTALLATION
2626
------------------------------------------------------------------------
2727

2828
We are going to release conda package for all platform. For general user
29-
please use the installation file and install software. For developor,
29+
please use the installation file and install software. For developor,
3030
you can install dpx.srxplanargui using
3131

3232
python setup.py install
33-
34-
Note: the dependency is not specified in the setup.py. You need to install
35-
them yourself. You can use Anaconda or other python enviroment.
33+
34+
Note: the dependency is not specified in the setup.py. You need to install
35+
them yourself. You can use Anaconda or other python enviroment.
3636

3737

3838
CONTACTS

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ traitsui
44
chaco
55
pyface
66
diffpy.srxplanar
7-
configparser
7+
configparser

src/diffpy/__init__.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@
1111
# See LICENSE.txt for license information.
1212
#
1313
##############################################################################
14+
"""Blank namespace package."""
1415

15-
"""
16-
Blank namespace package.
17-
"""
18-
19-
__import__('pkg_resources').declare_namespace(__name__)
16+
__import__("pkg_resources").declare_namespace(__name__)
2017

2118
# End of file

0 commit comments

Comments
 (0)