summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_3k_removed_stuff_py_30.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/messages/func_3k_removed_stuff_py_30.txt')
-rw-r--r--pylint/test/messages/func_3k_removed_stuff_py_30.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/pylint/test/messages/func_3k_removed_stuff_py_30.txt b/pylint/test/messages/func_3k_removed_stuff_py_30.txt
index a185672..8e3b203 100644
--- a/pylint/test/messages/func_3k_removed_stuff_py_30.txt
+++ b/pylint/test/messages/func_3k_removed_stuff_py_30.txt
@@ -1,4 +1,4 @@
E: 12:function: Instance of 'unicode' has no 'looower' member
-W: 4: Used builtin function 'filter'. Using a list comprehension can be clearer.
-W: 4: Used builtin function 'map'. Using a list comprehension can be clearer.
-W: 6: Relative import 'func_w0401', should be 'input.func_w0401'
+W: 4: Relative import 'func_w0401', should be 'input.func_w0401'
+W: 5: Used builtin function 'filter'. Using a list comprehension can be clearer.
+W: 5: Used builtin function 'map'. Using a list comprehension can be clearer.