Skip to content

Commit 57fd8ab

Browse files
committed
changed import statement logic
1 parent 9846951 commit 57fd8ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

misc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from misc._common import *
1+
from ._common import *
22

33
print("-*-*-*-*-*-*-*-*-*-*-*Setup begins*-*-*-*-*-*-*-*-*-*-*-*-*-")
44

misc/teardown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from misc._common import *
1+
from ._common import *
22

33
print("-*-*-*-*-*-*-*-*-*-*-*Teardown begins*-*-*-*-*-*-*-*-*-*-*-*-")
44

0 commit comments

Comments
 (0)