aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/15_test_DebianSource.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-02-19 23:45:48 +0100
committerGuido Günther <agx@sigxcpu.org>2015-02-20 12:54:36 +0100
commit2778b8680783e844934b79bcdf06f1128980cbdf (patch)
tree4c0e92bdd535577547496dba57e31e24f0248ba8 /tests/15_test_DebianSource.py
parent5f08e249fdf8aac7ba717bc997c12507e82b86f0 (diff)
Use relative import for testutils
Diffstat (limited to 'tests/15_test_DebianSource.py')
-rw-r--r--tests/15_test_DebianSource.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/15_test_DebianSource.py b/tests/15_test_DebianSource.py
index feca6256..c1114e6c 100644
--- a/tests/15_test_DebianSource.py
+++ b/tests/15_test_DebianSource.py
@@ -16,9 +16,10 @@
"""Test L{gbp.pq}"""
from . import context
+from . import testutils
import os
-import testutils
+
from gbp.deb.source import DebianSource, DebianSourceError
from gbp.deb.format import DebianSourceFormat
from gbp.git.vfs import GitVfs