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 89de7c2 commit db9c455Copy full SHA for db9c455
news/remove-namespace.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* <news item>
4
5
+**Changed:**
6
7
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
src/diffpy/__init__.py
@@ -11,13 +11,4 @@
#
# See LICENSE.rst for license information.
-##############################################################################
-
-"""Blank namespace package for module diffpy."""
-from pkgutil import extend_path
-__path__ = extend_path(__path__, __name__)
-# End of file
+##############################################################################
0 commit comments