Skip to content

Commit c7c554b

Browse files
committed
add packages to init
1 parent f3086e7 commit c7c554b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffpy/fourigui/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
"""Tool for visualizing 3D diffraction and PDF Images"""
1717

18-
# package version
19-
from diffpy.fourigui.version import __version__
18+
from . import fourigui
19+
from .version import __version__
2020

2121
# silence the pyflakes syntax checker
2222
assert __version__ or True

0 commit comments

Comments
 (0)