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 d22d597 commit 33d39ebCopy full SHA for 33d39eb
domdf_python_tools/__init__.py
@@ -29,6 +29,3 @@
29
__license__ = "LGPL"
30
__version__ = "0.1.16"
31
__email__ = "[email protected]"
32
-
33
34
-pyversion = int(sys.version[0]) # Python Version
domdf_python_tools/utils.py
@@ -25,6 +25,10 @@
25
#
26
27
28
+import sys
+
+pyversion = int(sys.version[0]) # Python Version
def as_text(value):
"""
0 commit comments