diff options
author | Torsten Marek <shlomme@gmail.com> | 2014-07-25 18:00:32 +0200 |
---|---|---|
committer | Torsten Marek <shlomme@gmail.com> | 2014-07-25 18:00:32 +0200 |
commit | a56491653817628ed5677dd4597de09331881b2c (patch) | |
tree | 57437a0d6abeadf06c88ad3f0bcee4e827cbd149 /test/test_func.py | |
parent | c8cb305ddcfae15719ac73ffe50979217a7bd004 (diff) | |
download | pylint-a56491653817628ed5677dd4597de09331881b2c.tar.gz |
Mark 'relative-import' as only being present in Python 2.*.
Diffstat (limited to 'test/test_func.py')
-rw-r--r-- | test/test_func.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_func.py b/test/test_func.py index 51b6ba3..371c829 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) |