diff options
Diffstat (limited to 'pmstestsuite/library/standard/banned_commands.py')
-rw-r--r-- | pmstestsuite/library/standard/banned_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pmstestsuite/library/standard/banned_commands.py b/pmstestsuite/library/standard/banned_commands.py index bf7a715..1eae774 100644 --- a/pmstestsuite/library/standard/banned_commands.py +++ b/pmstestsuite/library/standard/banned_commands.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 BannedCommandTest(DBusEbuildTestCase): supported_eapis = (range(0, 4), (4,)) |