summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2014-07-25 18:14:11 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2014-07-25 18:14:11 +0200
commit4001b38ea3f0e03a41248ed80c4afb20851d25f5 (patch)
treef869d5d81ae8c06d678e3d367718798556834d51 /test
parent596cf49755ea7a39c635f3fc0ba37a5523e405ba (diff)
parentc1569d66465c0659ca238dc8965a68325542e69f (diff)
downloadpylint-git-4001b38ea3f0e03a41248ed80c4afb20851d25f5.tar.gz
Merged logilab/pylint into default
Diffstat (limited to 'test')
-rw-r--r--test/test_func.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_func.py b/test/test_func.py
index da34397fb..225efc858 100644
--- a/test/test_func.py
+++ b/test/test_func.py
@@ -58,8 +58,6 @@ class TestTests(testlib.TestCase):
except KeyError:
continue
not_tested -= self.PORTED
- if PY3K:
- not_tested.remove('W0403') # relative-import
self.assertFalse(not_tested)