summaryrefslogtreecommitdiff
path: root/tests/15_test_DebianSource.py
diff options
context:
space:
mode:
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 feca625..c1114e6 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