summaryrefslogtreecommitdiff
path: root/tests/18_test_Config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/18_test_Config.py')
-rw-r--r--tests/18_test_Config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/18_test_Config.py b/tests/18_test_Config.py
index 1560ece..3f60e45 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'):