python3: Fix import in tests to work with python3

DOH

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2012-02-17 14:08:05 +01:00
parent 40bc1f50e7
commit d0723fb8a2
1 changed files with 1 additions and 1 deletions

View File

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