test suite: relocate some modules, use relative imports
This commit is contained in:
parent
656bb69587
commit
de7fba0c19
35 changed files with 172 additions and 156 deletions
|
|
@ -7,8 +7,8 @@
|
|||
colortest.py: test color handling for the MMGen suite
|
||||
"""
|
||||
|
||||
import tests_header
|
||||
from test.common import *
|
||||
import include.tests_header
|
||||
from include.common import *
|
||||
from mmgen.color import *
|
||||
from mmgen.color import _colors
|
||||
init_color()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue