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 d3d6744 commit a0f93f7Copy full SHA for a0f93f7
1 file changed
uncompyle6/__init__.py
@@ -32,6 +32,7 @@
32
33
from uncompyle6.version import VERSION
34
35
+# This ensures VERSION will appear in pydoc
36
__version__ = VERSION
37
38
PYTHON3 = sys.version_info >= (3, 0)
0 commit comments