File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1515##############################################################################
1616"""The code of the PDF pack of the diffpy.cmi package."""
1717
18- __all__ = ["PDFGenerator" , "DebyePDFGenerator" , "PDFContribution" , "PDFParser" ]
19-
2018from diffpy .cmipdf .debyepdfgenerator import DebyePDFGenerator
2119from diffpy .cmipdf .pdfcontribution import PDFContribution
2220from diffpy .cmipdf .pdfgenerator import PDFGenerator
2321from diffpy .cmipdf .pdfparser import PDFParser
2422
23+ # package version
24+ from diffpy .cmipdf .version import __version__ # noqa
25+
26+ __all__ = ["PDFGenerator" , "DebyePDFGenerator" , "PDFContribution" , "PDFParser" ]
27+
28+ # silence the pyflakes syntax checker
29+ assert __version__ or True
30+
2531# End of file
You can’t perform that action at this time.
0 commit comments