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 9256c50 commit 4d31d45Copy full SHA for 4d31d45
domdf_python_tools/__init__.py
@@ -40,7 +40,8 @@
40
41
import sys
42
43
-from . import *
+from . import paths
44
+from . import terminal
45
46
pyversion = int(sys.version[0]) # Python Version
47
domdf_python_tools/terminal.py
@@ -39,7 +39,7 @@
39
import struct
import platform
import subprocess
-from . import pyversion
+from .__init__ import pyversion
def clear(): # clear the display
0 commit comments