summaryrefslogtreecommitdiff
path: root/test/input/func_w0151.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-11-16 17:16:38 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-11-16 17:16:38 +0100
commit2e82094c1bc37313b74726eaffe09cf4517355bd (patch)
tree5f9a107c94e1f1de18c388aa4c21dbbe653db25b /test/input/func_w0151.py
parent4322619b775d4ad7f9e6b75aedd61c59ead4ea37 (diff)
downloadpylint-git-2e82094c1bc37313b74726eaffe09cf4517355bd.tar.gz
py3k: apply is removed: move test to func_3k_removed_stuff
Diffstat (limited to 'test/input/func_w0151.py')
-rw-r--r--test/input/func_w0151.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/input/func_w0151.py b/test/input/func_w0151.py
index 4c5544669..e6862c5af 100644
--- a/test/input/func_w0151.py
+++ b/test/input/func_w0151.py
@@ -1,7 +1,5 @@
"""check black listed builtins
"""
-__revision__ = apply(map, (str, (1, 2, 3)))
-
-YYYYY = map(str, (1, 2, 3))
+__revision__ = map(str, (1, 2, 3))