python3: Fix import in tests to work with python3
DOH Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
40bc1f50e7
commit
d0723fb8a2
@ -30,5 +30,5 @@ banner = """%(__productname__)s %(__version__)s
|
||||
|
||||
import unittest
|
||||
from unittest import TestLoader, TextTestRunner
|
||||
from globals import default_conf
|
||||
from .globals import default_conf
|
||||
from TestRunner import OLITestLib
|
||||
|
Loading…
Reference in New Issue
Block a user