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 3ec420e commit 07635d0Copy full SHA for 07635d0
src/diffpy/pdffit2/__init__.py
@@ -16,9 +16,10 @@
16
##############################################################################
17
"""PDFfit2 - real space structure refinement program."""
18
19
+from diffpy.pdffit2.output import redirect_stdout
20
+
21
# package version
22
from diffpy.pdffit2.version import __date__, __version__ # noqa
-from diffpy.pdffit2.output import redirect_stdout
23
24
# silence the pyflakes syntax checker
25
assert __version__ or True
0 commit comments