summaryrefslogtreecommitdiffstats
path: root/tests/portage_util/test_varExpand.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/portage_util/test_varExpand.py')
-rw-r--r--tests/portage_util/test_varExpand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/portage_util/test_varExpand.py b/tests/portage_util/test_varExpand.py
index 0515bf7e5..47dc7de2c 100644
--- a/tests/portage_util/test_varExpand.py
+++ b/tests/portage_util/test_varExpand.py
@@ -4,7 +4,7 @@
# $Id$
from unittest import TestCase, TestLoader
-from portage_util import varexpand
+from portage.util import varexpand
class VarExpandTestCase(TestCase):