summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/resolver/test_required_use.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/resolver/test_required_use.py')
-rw-r--r--pym/portage/tests/resolver/test_required_use.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/resolver/test_required_use.py b/pym/portage/tests/resolver/test_required_use.py
index 8996ea05e..6835b33c7 100644
--- a/pym/portage/tests/resolver/test_required_use.py
+++ b/pym/portage/tests/resolver/test_required_use.py
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
from portage.tests import TestCase
-from portage.tests.resolver.ResolverPlayground import ResolverPlayground, ResolverPlaygroundTestCase
+#from portage.tests.resolver.ResolverPlayground import ResolverPlayground, ResolverPlaygroundTestCase
class RequiredUSETestCase(TestCase):