summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/util/test_normalizedPath.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/util/test_normalizedPath.py')
-rw-r--r--pym/portage/tests/util/test_normalizedPath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/util/test_normalizedPath.py b/pym/portage/tests/util/test_normalizedPath.py
index bd575d266..b6851651a 100644
--- a/pym/portage/tests/util/test_normalizedPath.py
+++ b/pym/portage/tests/util/test_normalizedPath.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 NormalizePathTestCase(TestCase):