summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_3k_removed_stuff_py_30.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/input/func_3k_removed_stuff_py_30.py')
-rw-r--r--pylint/test/input/func_3k_removed_stuff_py_30.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/test/input/func_3k_removed_stuff_py_30.py b/pylint/test/input/func_3k_removed_stuff_py_30.py
index 2633f2a..3d23069 100644
--- a/pylint/test/input/func_3k_removed_stuff_py_30.py
+++ b/pylint/test/input/func_3k_removed_stuff_py_30.py
@@ -3,11 +3,11 @@
from __future__ import print_function
__revision__ = filter(None, map(str, (1, 2, 3)))
-import func_w0302
+import func_w0401
def function():
"""something"""
- print(func_w0302)
+ print(func_w0401)
unic = u"unicode"
low = unic.looower
return low