summaryrefslogtreecommitdiff
path: root/test/input/func_e13xx.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/func_e13xx.py')
-rw-r--r--test/input/func_e13xx.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/input/func_e13xx.py b/test/input/func_e13xx.py
index 1eaf598..e2bd77e 100644
--- a/test/input/func_e13xx.py
+++ b/test/input/func_e13xx.py
@@ -1,6 +1,6 @@
"""test string format error
"""
-
+# pylint: disable=print-statement
__revision__ = 1
PARG_1 = PARG_2 = PARG_3 = 1
@@ -19,4 +19,3 @@ def pprint():
print "%2z" % PARG_1
print "strange format %2" % PARG_2
print "works in 3 %a" % 1
-