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/11_test_dch_main.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tests/11_test_dch_main.py') diff --git a/tests/11_test_dch_main.py b/tests/11_test_dch_main.py index dbfc25c..ac747e6 100644 --- a/tests/11_test_dch_main.py +++ b/tests/11_test_dch_main.py @@ -3,14 +3,12 @@ """Test L{gbp.scripts.dch} main""" from . import context - -import unittest - -from tests.testutils import (DebianGitTestRepo, OsReleaseFile, - get_dch_default_urgency) +from .testutils import (DebianGitTestRepo, OsReleaseFile, + get_dch_default_urgency) from gbp.scripts import dch +import unittest import os import re -- cgit v1.2.3