summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/util/test_varExpand.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/util/test_varExpand.py')
-rw-r--r--pym/portage/tests/util/test_varExpand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/util/test_varExpand.py b/pym/portage/tests/util/test_varExpand.py
index 47dc7de2c..0a8bf5b11 100644
--- a/pym/portage/tests/util/test_varExpand.py
+++ b/pym/portage/tests/util/test_varExpand.py
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-from unittest import TestCase, TestLoader
+from portage.tests import TestCase
from portage.util import varexpand
class VarExpandTestCase(TestCase):