summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/util/test_stackLists.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/util/test_stackLists.py')
-rw-r--r--pym/portage/tests/util/test_stackLists.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/util/test_stackLists.py b/pym/portage/tests/util/test_stackLists.py
index 3fc028323..c26bbb06a 100644
--- a/pym/portage/tests/util/test_stackLists.py
+++ b/pym/portage/tests/util/test_stackLists.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
from portage.util import stack_lists
class StackListsTestCase(TestCase):