UPD: small steps to become python3 compatible.

This commit is contained in:
2019-03-28 18:08:12 +01:00
parent e05bf3e56f
commit 943285f1ed
12 changed files with 164 additions and 147 deletions

View File

@@ -1,2 +1,2 @@
from test_suite import TestSuite
from .test_suite import TestSuite
test_suite = TestSuite()