Skip to content

Commit 4d31d45

Browse files
committed
Change to imports in terminal
1 parent 9256c50 commit 4d31d45

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

domdf_python_tools/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040

4141
import sys
4242

43-
from . import *
43+
from . import paths
44+
from . import terminal
4445

4546
pyversion = int(sys.version[0]) # Python Version
4647

domdf_python_tools/terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
import struct
4040
import platform
4141
import subprocess
42-
from . import pyversion
42+
from .__init__ import pyversion
4343

4444

4545
def clear(): # clear the display

0 commit comments

Comments
 (0)