summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/sets/shell/testShell.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/sets/shell/testShell.py')
-rw-r--r--pym/portage/tests/sets/shell/testShell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/sets/shell/testShell.py b/pym/portage/tests/sets/shell/testShell.py
index dd8825412..2cdd833c3 100644
--- a/pym/portage/tests/sets/shell/testShell.py
+++ b/pym/portage/tests/sets/shell/testShell.py
@@ -4,7 +4,7 @@
from portage.process import find_binary
from portage.tests import TestCase, test_cps
-from portage.sets.shell import CommandOutputSet
+from portage._sets.shell import CommandOutputSet
class CommandOutputSetTestCase(TestCase):
"""Simple Test Case for CommandOutputSet"""