diff options
Diffstat (limited to 'pmstestsuite/library/standard/util.py')
-rw-r--r-- | pmstestsuite/library/standard/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pmstestsuite/library/standard/util.py b/pmstestsuite/library/standard/util.py index c71695b..0bee1b5 100644 --- a/pmstestsuite/library/standard/util.py +++ b/pmstestsuite/library/standard/util.py @@ -2,7 +2,7 @@ # (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 DBusEbuildTestCase +from .dbus_case import DBusEbuildTestCase class EbuildToucher(DBusEbuildTestCase): """ Touched file installer (for dependency tests). """ |