Skip to content

Commit 8b1068d

Browse files
committed
fix: revert import of files from other location.
1 parent 689af53 commit 8b1068d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/diffpy/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@
1414
# See LICENSE.rst for license information.
1515
#
1616
##############################################################################
17+
from pkgutil import extend_path
18+
19+
__path__ = extend_path(__path__, __name__)

0 commit comments

Comments
 (0)