summaryrefslogtreecommitdiff
path: root/test/input/func_w0612.py
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-10-10 13:41:08 -0400
committerBrett Cannon <brett@python.org>2014-10-10 13:41:08 -0400
commitf8ec9be846a8649bcaed67be2685585468cd5410 (patch)
tree34052be60467a2ca784948c6834ffe92c90a5082 /test/input/func_w0612.py
parent9222fa275215db357efae1d1d6b676da84e85a14 (diff)
downloadpylint-f8ec9be846a8649bcaed67be2685585468cd5410.tar.gz
Emit an error when a print statement is used.
Part of issue #20.
Diffstat (limited to 'test/input/func_w0612.py')
-rw-r--r--test/input/func_w0612.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/input/func_w0612.py b/test/input/func_w0612.py
index e871bb2..8c8a8b2 100644
--- a/test/input/func_w0612.py
+++ b/test/input/func_w0612.py
@@ -1,6 +1,6 @@
"""test unused variable
"""
-# pylint: disable=invalid-name, redefined-outer-name
+# pylint: disable=invalid-name, redefined-outer-name, print-statement
__revision__ = 0
PATH = OS = collections = deque = None
@@ -35,4 +35,3 @@ def test_global():
from sys import version as VERSION
import this
import re as RE
-