aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/13_test_gbp_pq.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/13_test_gbp_pq.py
parent5f08e249fdf8aac7ba717bc997c12507e82b86f0 (diff)
Use relative import for testutils
Diffstat (limited to 'tests/13_test_gbp_pq.py')
-rw-r--r--tests/13_test_gbp_pq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/13_test_gbp_pq.py b/tests/13_test_gbp_pq.py
index 46110b1c..d9fa375e 100644
--- a/tests/13_test_gbp_pq.py
+++ b/tests/13_test_gbp_pq.py
@@ -16,6 +16,7 @@
"""Test L{gbp.pq}"""
from . import context
+from . import testutils
import os
import logging
@@ -24,7 +25,6 @@ import unittest
from gbp.scripts.pq import generate_patches, export_patches
import gbp.scripts.common.pq as pq
import gbp.patch_series
-import tests.testutils as testutils
class TestApplyAndCommit(testutils.DebianGitTestRepo):
"""Test L{gbp.pq}'s apply_and_commit"""