summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/dep/test_isjustname.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/dep/test_isjustname.py')
-rw-r--r--pym/portage/tests/dep/test_isjustname.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/dep/test_isjustname.py b/pym/portage/tests/dep/test_isjustname.py
index e419e3f26..e6b0e8531 100644
--- a/pym/portage/tests/dep/test_isjustname.py
+++ b/pym/portage/tests/dep/test_isjustname.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.dep import isjustname
class IsJustName(TestCase):