From 2778b8680783e844934b79bcdf06f1128980cbdf Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 19 Feb 2015 23:45:48 +0100 Subject: Use relative import for testutils --- tests/18_test_Config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/18_test_Config.py') diff --git a/tests/18_test_Config.py b/tests/18_test_Config.py index 1560ece4..3f60e452 100644 --- a/tests/18_test_Config.py +++ b/tests/18_test_Config.py @@ -4,7 +4,7 @@ import os import sys import unittest from gbp.config import GbpOptionParser, GbpOptionGroup -from . testutils import GbpLogTester +from .testutils import GbpLogTester class TestConfigParser(unittest.TestCase, GbpLogTester): def __init__(self, methodName='runTest'): -- cgit v1.2.3