We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cad31 commit 8aee5b6Copy full SHA for 8aee5b6
.gitignore
@@ -91,7 +91,3 @@ target/
91
92
# Ipython Notebook
93
.ipynb_checkpoints
94
-
95
-# version information
96
-setup.cfg
97
-/src/diffpy/*/version.cfg
src/diffpy/__init__.py
@@ -12,12 +12,3 @@
12
# See LICENSE.rst for license information.
13
#
14
##############################################################################
15
-"""morph - tools for manipulating and comparing PDF data.
16
-"""
17
18
19
-from pkgutil import extend_path
20
21
-__path__ = extend_path(__path__, __name__)
22
23
-# End of file
0 commit comments