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