summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/dep/test_isvalidatom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/dep/test_isvalidatom.py')
-rw-r--r--pym/portage/tests/dep/test_isvalidatom.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage/tests/dep/test_isvalidatom.py b/pym/portage/tests/dep/test_isvalidatom.py
index 54a930385..8f8ce3e01 100644
--- a/pym/portage/tests/dep/test_isvalidatom.py
+++ b/pym/portage/tests/dep/test_isvalidatom.py
@@ -4,8 +4,6 @@
from portage.tests import TestCase
from portage.dep import isvalidatom
-import portage.dep
-portage.dep._dep_check_strict = True
class IsValidAtom(TestCase):
""" A simple testcase for isvalidatom