summaryrefslogtreecommitdiff
path: root/test/input/func_e0203.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/func_e0203.py')
-rw-r--r--test/input/func_e0203.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/input/func_e0203.py b/test/input/func_e0203.py
index d95a8dd..d86f479 100644
--- a/test/input/func_e0203.py
+++ b/test/input/func_e0203.py
@@ -1,6 +1,6 @@
"""check for method without self as first argument
"""
-
+from __future__ import print_function
__revision__ = 0
@@ -16,4 +16,4 @@ class Abcd(object):
def edf(self):
"""justo ne more method"""
- print 'yapudju in', self
+ print('yapudju in', self)