We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89de7c2 + 32f165f commit b4aa8bbCopy full SHA for b4aa8bb
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
+* Remove the import of extend_path from pkgutil in diffpy/__init__.py since we are not strictly following the Python namespace package convention.
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
src/diffpy/__init__.py
@@ -12,12 +12,3 @@
# 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