test suite: relocate some modules, use relative imports

This commit is contained in:
The MMGen Project 2020-03-16 10:45:00 +00:00
commit de7fba0c19
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
35 changed files with 172 additions and 156 deletions

View file

@ -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()