aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pmstestsuite/library/standard/depend.py')
-rw-r--r--pmstestsuite/library/standard/depend.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pmstestsuite/library/standard/depend.py b/pmstestsuite/library/standard/depend.py
index 2a3049f..0ecfe9e 100644
--- a/pmstestsuite/library/standard/depend.py
+++ b/pmstestsuite/library/standard/depend.py
@@ -2,8 +2,8 @@
# (c) 2011 Michał Górny <mgorny@gentoo.org>
# Released under the terms of the 2-clause BSD license.
-from pmstestsuite.library.standard.dbus_case import DBusEbuildDependencyTestCase
-from pmstestsuite.library.standard.util import EbuildToucher, FailingEbuild
+from .dbus_case import DBusEbuildDependencyTestCase
+from .util import EbuildToucher, FailingEbuild
class DependTest(DBusEbuildDependencyTestCase):
""" DEPEND fulfilling test. """