aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pmstestsuite/library/standard/variable_scope.py')
-rw-r--r--pmstestsuite/library/standard/variable_scope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmstestsuite/library/standard/variable_scope.py b/pmstestsuite/library/standard/variable_scope.py
index c907ca7..60e3572 100644
--- a/pmstestsuite/library/standard/variable_scope.py
+++ b/pmstestsuite/library/standard/variable_scope.py
@@ -4,7 +4,7 @@
import re
-from pmstestsuite.library.standard.dbus_case import DBusEbuildTestCase
+from .dbus_case import DBusEbuildTestCase
class VariableScopeTest(DBusEbuildTestCase):
""" A test for scoping of variables. """