summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonel Cristian Maries <contact@ionelmc.ro>2015-02-14 18:13:20 +0200
committerIonel Cristian Maries <contact@ionelmc.ro>2015-02-14 18:13:20 +0200
commit6d8412476a296b3a3691af1ffabcb672d9a4920f (patch)
treee358c7e886ff4d67d0efc6263f0472655efddfff
parent0369bd6a914af3ad92ce53eac3786bf8de785f7f (diff)
downloadpylint-6d8412476a296b3a3691af1ffabcb672d9a4920f.tar.gz
Move all package files to a pylint package.
-rw-r--r--pylint/__init__.py (renamed from __init__.py)0
-rw-r--r--pylint/__main__.py (renamed from __main__.py)0
-rw-r--r--pylint/checkers/__init__.py (renamed from checkers/__init__.py)0
-rw-r--r--pylint/checkers/base.py (renamed from checkers/base.py)0
-rw-r--r--pylint/checkers/classes.py (renamed from checkers/classes.py)0
-rw-r--r--pylint/checkers/design_analysis.py (renamed from checkers/design_analysis.py)0
-rw-r--r--pylint/checkers/exceptions.py (renamed from checkers/exceptions.py)0
-rw-r--r--pylint/checkers/format.py (renamed from checkers/format.py)0
-rw-r--r--pylint/checkers/imports.py (renamed from checkers/imports.py)0
-rw-r--r--pylint/checkers/logging.py (renamed from checkers/logging.py)0
-rw-r--r--pylint/checkers/misc.py (renamed from checkers/misc.py)0
-rw-r--r--pylint/checkers/newstyle.py (renamed from checkers/newstyle.py)0
-rw-r--r--pylint/checkers/python3.py (renamed from checkers/python3.py)0
-rw-r--r--pylint/checkers/raw_metrics.py (renamed from checkers/raw_metrics.py)0
-rw-r--r--pylint/checkers/similar.py (renamed from checkers/similar.py)0
-rw-r--r--pylint/checkers/spelling.py (renamed from checkers/spelling.py)0
-rw-r--r--pylint/checkers/stdlib.py (renamed from checkers/stdlib.py)0
-rw-r--r--pylint/checkers/strings.py (renamed from checkers/strings.py)0
-rw-r--r--pylint/checkers/typecheck.py (renamed from checkers/typecheck.py)0
-rw-r--r--pylint/checkers/utils.py (renamed from checkers/utils.py)0
-rw-r--r--pylint/checkers/variables.py (renamed from checkers/variables.py)0
-rw-r--r--pylint/config.py (renamed from config.py)0
-rwxr-xr-xpylint/epylint.py (renamed from epylint.py)0
-rw-r--r--pylint/gui.py (renamed from gui.py)0
-rw-r--r--pylint/interfaces.py (renamed from interfaces.py)0
-rw-r--r--pylint/lint.py (renamed from lint.py)0
-rw-r--r--pylint/pyreverse/__init__.py (renamed from pyreverse/__init__.py)0
-rw-r--r--pylint/pyreverse/diadefslib.py (renamed from pyreverse/diadefslib.py)0
-rw-r--r--pylint/pyreverse/diagrams.py (renamed from pyreverse/diagrams.py)0
-rw-r--r--pylint/pyreverse/main.py (renamed from pyreverse/main.py)0
-rw-r--r--pylint/pyreverse/utils.py (renamed from pyreverse/utils.py)0
-rw-r--r--pylint/pyreverse/writer.py (renamed from pyreverse/writer.py)0
-rw-r--r--pylint/reporters/__init__.py (renamed from reporters/__init__.py)0
-rw-r--r--pylint/reporters/guireporter.py (renamed from reporters/guireporter.py)0
-rw-r--r--pylint/reporters/html.py (renamed from reporters/html.py)0
-rw-r--r--pylint/reporters/json.py (renamed from reporters/json.py)0
-rw-r--r--pylint/reporters/text.py (renamed from reporters/text.py)0
-rw-r--r--pylint/test/data/__init__.py (renamed from test/data/__init__.py)0
-rwxr-xr-xpylint/test/data/ascript (renamed from test/data/ascript)0
-rw-r--r--pylint/test/data/classes_No_Name.dot (renamed from test/data/classes_No_Name.dot)0
-rw-r--r--pylint/test/data/clientmodule_test.py (renamed from test/data/clientmodule_test.py)0
-rw-r--r--pylint/test/data/packages_No_Name.dot (renamed from test/data/packages_No_Name.dot)0
-rw-r--r--pylint/test/data/suppliermodule_test.py (renamed from test/data/suppliermodule_test.py)0
-rw-r--r--pylint/test/functional/__init__.py (renamed from test/functional/__init__.py)0
-rw-r--r--pylint/test/functional/abstract_abc_methods.py (renamed from test/functional/abstract_abc_methods.py)0
-rw-r--r--pylint/test/functional/abstract_class_instantiated_py2.py (renamed from test/functional/abstract_class_instantiated_py2.py)0
-rw-r--r--pylint/test/functional/abstract_class_instantiated_py2.rc (renamed from test/functional/abstract_class_instantiated_py2.rc)0
-rw-r--r--pylint/test/functional/abstract_class_instantiated_py2.txt (renamed from test/functional/abstract_class_instantiated_py2.txt)0
-rw-r--r--pylint/test/functional/abstract_class_instantiated_py3.py (renamed from test/functional/abstract_class_instantiated_py3.py)0
-rw-r--r--pylint/test/functional/abstract_class_instantiated_py3.rc (renamed from test/functional/abstract_class_instantiated_py3.rc)0
-rw-r--r--pylint/test/functional/abstract_class_instantiated_py3.txt (renamed from test/functional/abstract_class_instantiated_py3.txt)0
-rw-r--r--pylint/test/functional/abstract_class_instantiated_py34.py (renamed from test/functional/abstract_class_instantiated_py34.py)0
-rw-r--r--pylint/test/functional/abstract_class_instantiated_py34.rc (renamed from test/functional/abstract_class_instantiated_py34.rc)0
-rw-r--r--pylint/test/functional/abstract_class_instantiated_py34.txt (renamed from test/functional/abstract_class_instantiated_py34.txt)0
-rw-r--r--pylint/test/functional/abstract_method_py2.py (renamed from test/functional/abstract_method_py2.py)0
-rw-r--r--pylint/test/functional/abstract_method_py2.rc (renamed from test/functional/abstract_method_py2.rc)0
-rw-r--r--pylint/test/functional/abstract_method_py2.txt (renamed from test/functional/abstract_method_py2.txt)0
-rw-r--r--pylint/test/functional/abstract_method_py3.py (renamed from test/functional/abstract_method_py3.py)0
-rw-r--r--pylint/test/functional/abstract_method_py3.rc (renamed from test/functional/abstract_method_py3.rc)0
-rw-r--r--pylint/test/functional/abstract_method_py3.txt (renamed from test/functional/abstract_method_py3.txt)0
-rw-r--r--pylint/test/functional/access_to__name__.py (renamed from test/functional/access_to__name__.py)0
-rw-r--r--pylint/test/functional/access_to__name__.txt (renamed from test/functional/access_to__name__.txt)0
-rw-r--r--pylint/test/functional/access_to_protected_members.py (renamed from test/functional/access_to_protected_members.py)0
-rw-r--r--pylint/test/functional/access_to_protected_members.txt (renamed from test/functional/access_to_protected_members.txt)0
-rw-r--r--pylint/test/functional/anomalous_unicode_escape.py (renamed from test/functional/anomalous_unicode_escape.py)0
-rw-r--r--pylint/test/functional/anomalous_unicode_escape.txt (renamed from test/functional/anomalous_unicode_escape.txt)0
-rw-r--r--pylint/test/functional/arguments.py (renamed from test/functional/arguments.py)0
-rw-r--r--pylint/test/functional/arguments.txt (renamed from test/functional/arguments.txt)0
-rw-r--r--pylint/test/functional/assigning_non_slot.py (renamed from test/functional/assigning_non_slot.py)0
-rw-r--r--pylint/test/functional/assigning_non_slot.txt (renamed from test/functional/assigning_non_slot.txt)0
-rw-r--r--pylint/test/functional/bad_context_manager.py (renamed from test/functional/bad_context_manager.py)0
-rw-r--r--pylint/test/functional/bad_context_manager.txt (renamed from test/functional/bad_context_manager.txt)0
-rw-r--r--pylint/test/functional/bad_continuation.py (renamed from test/functional/bad_continuation.py)0
-rw-r--r--pylint/test/functional/bad_continuation.txt (renamed from test/functional/bad_continuation.txt)0
-rw-r--r--pylint/test/functional/bad_inline_option.py (renamed from test/functional/bad_inline_option.py)0
-rw-r--r--pylint/test/functional/bad_inline_option.rc (renamed from test/functional/bad_inline_option.rc)0
-rw-r--r--pylint/test/functional/bad_inline_option.txt (renamed from test/functional/bad_inline_option.txt)0
-rw-r--r--pylint/test/functional/bad_open_mode.py (renamed from test/functional/bad_open_mode.py)0
-rw-r--r--pylint/test/functional/bad_open_mode.rc (renamed from test/functional/bad_open_mode.rc)0
-rw-r--r--pylint/test/functional/bad_open_mode.txt (renamed from test/functional/bad_open_mode.txt)0
-rw-r--r--pylint/test/functional/bad_open_mode_py3.py (renamed from test/functional/bad_open_mode_py3.py)0
-rw-r--r--pylint/test/functional/bad_open_mode_py3.rc (renamed from test/functional/bad_open_mode_py3.rc)0
-rw-r--r--pylint/test/functional/bad_open_mode_py3.txt (renamed from test/functional/bad_open_mode_py3.txt)0
-rw-r--r--pylint/test/functional/bad_reversed_sequence.py (renamed from test/functional/bad_reversed_sequence.py)0
-rw-r--r--pylint/test/functional/bad_reversed_sequence.txt (renamed from test/functional/bad_reversed_sequence.txt)0
-rw-r--r--pylint/test/functional/boolean_datetime.py (renamed from test/functional/boolean_datetime.py)0
-rw-r--r--pylint/test/functional/boolean_datetime.txt (renamed from test/functional/boolean_datetime.txt)0
-rw-r--r--pylint/test/functional/cellvar_escaping_loop.py (renamed from test/functional/cellvar_escaping_loop.py)0
-rw-r--r--pylint/test/functional/cellvar_escaping_loop.txt (renamed from test/functional/cellvar_escaping_loop.txt)0
-rw-r--r--pylint/test/functional/class_members_py27.py (renamed from test/functional/class_members_py27.py)0
-rw-r--r--pylint/test/functional/class_members_py27.rc (renamed from test/functional/class_members_py27.rc)0
-rw-r--r--pylint/test/functional/class_members_py27.txt (renamed from test/functional/class_members_py27.txt)0
-rw-r--r--pylint/test/functional/class_members_py30.py (renamed from test/functional/class_members_py30.py)0
-rw-r--r--pylint/test/functional/class_members_py30.rc (renamed from test/functional/class_members_py30.rc)0
-rw-r--r--pylint/test/functional/class_members_py30.txt (renamed from test/functional/class_members_py30.txt)0
-rw-r--r--pylint/test/functional/class_scope.py (renamed from test/functional/class_scope.py)0
-rw-r--r--pylint/test/functional/class_scope.txt (renamed from test/functional/class_scope.txt)0
-rw-r--r--pylint/test/functional/confidence_filter.py (renamed from test/functional/confidence_filter.py)0
-rw-r--r--pylint/test/functional/confidence_filter.rc (renamed from test/functional/confidence_filter.rc)0
-rw-r--r--pylint/test/functional/confidence_filter.txt (renamed from test/functional/confidence_filter.txt)0
-rw-r--r--pylint/test/functional/crash_missing_module_type.py (renamed from test/functional/crash_missing_module_type.py)0
-rw-r--r--pylint/test/functional/crash_missing_module_type.txt (renamed from test/functional/crash_missing_module_type.txt)0
-rw-r--r--pylint/test/functional/ctor_arguments.py (renamed from test/functional/ctor_arguments.py)0
-rw-r--r--pylint/test/functional/ctor_arguments.txt (renamed from test/functional/ctor_arguments.txt)0
-rw-r--r--pylint/test/functional/defined_and_used_on_same_line.py (renamed from test/functional/defined_and_used_on_same_line.py)0
-rw-r--r--pylint/test/functional/docstrings.py (renamed from test/functional/docstrings.py)0
-rw-r--r--pylint/test/functional/docstrings.txt (renamed from test/functional/docstrings.txt)0
-rw-r--r--pylint/test/functional/duplicate_dict_literal_key.py (renamed from test/functional/duplicate_dict_literal_key.py)0
-rw-r--r--pylint/test/functional/duplicate_dict_literal_key.txt (renamed from test/functional/duplicate_dict_literal_key.txt)0
-rw-r--r--pylint/test/functional/exception_is_binary_op.py (renamed from test/functional/exception_is_binary_op.py)0
-rw-r--r--pylint/test/functional/exception_is_binary_op.txt (renamed from test/functional/exception_is_binary_op.txt)0
-rw-r--r--pylint/test/functional/formatting.txt (renamed from test/functional/formatting.txt)0
-rw-r--r--pylint/test/functional/future_import.py (renamed from test/functional/future_import.py)0
-rw-r--r--pylint/test/functional/future_unicode_literals.py (renamed from test/functional/future_unicode_literals.py)0
-rw-r--r--pylint/test/functional/future_unicode_literals.txt (renamed from test/functional/future_unicode_literals.txt)0
-rw-r--r--pylint/test/functional/generated_members.py (renamed from test/functional/generated_members.py)0
-rw-r--r--pylint/test/functional/generated_members.rc (renamed from test/functional/generated_members.rc)0
-rw-r--r--pylint/test/functional/genexpr_variable_scope.py (renamed from test/functional/genexpr_variable_scope.py)0
-rw-r--r--pylint/test/functional/genexpr_variable_scope.txt (renamed from test/functional/genexpr_variable_scope.txt)0
-rw-r--r--pylint/test/functional/globals.py (renamed from test/functional/globals.py)0
-rw-r--r--pylint/test/functional/globals.txt (renamed from test/functional/globals.txt)0
-rw-r--r--pylint/test/functional/import_error.py (renamed from test/functional/import_error.py)0
-rw-r--r--pylint/test/functional/import_error.txt (renamed from test/functional/import_error.txt)0
-rw-r--r--pylint/test/functional/indexing_exception.py (renamed from test/functional/indexing_exception.py)0
-rw-r--r--pylint/test/functional/indexing_exception.rc (renamed from test/functional/indexing_exception.rc)0
-rw-r--r--pylint/test/functional/indexing_exception.txt (renamed from test/functional/indexing_exception.txt)0
-rw-r--r--pylint/test/functional/inherit_non_class.py (renamed from test/functional/inherit_non_class.py)0
-rw-r--r--pylint/test/functional/inherit_non_class.txt (renamed from test/functional/inherit_non_class.txt)0
-rw-r--r--pylint/test/functional/init_not_called.py (renamed from test/functional/init_not_called.py)0
-rw-r--r--pylint/test/functional/init_not_called.txt (renamed from test/functional/init_not_called.txt)0
-rw-r--r--pylint/test/functional/invalid__all__object.py (renamed from test/functional/invalid__all__object.py)0
-rw-r--r--pylint/test/functional/invalid__all__object.txt (renamed from test/functional/invalid__all__object.txt)0
-rw-r--r--pylint/test/functional/invalid_encoded_data.py (renamed from test/functional/invalid_encoded_data.py)0
-rw-r--r--pylint/test/functional/invalid_encoded_data.txt (renamed from test/functional/invalid_encoded_data.txt)0
-rw-r--r--pylint/test/functional/invalid_exceptions_caught.py (renamed from test/functional/invalid_exceptions_caught.py)0
-rw-r--r--pylint/test/functional/invalid_exceptions_caught.txt (renamed from test/functional/invalid_exceptions_caught.txt)0
-rw-r--r--pylint/test/functional/invalid_exceptions_raised.py (renamed from test/functional/invalid_exceptions_raised.py)0
-rw-r--r--pylint/test/functional/invalid_exceptions_raised.txt (renamed from test/functional/invalid_exceptions_raised.txt)0
-rw-r--r--pylint/test/functional/invalid_name.py (renamed from test/functional/invalid_name.py)0
-rw-r--r--pylint/test/functional/invalid_name.txt (renamed from test/functional/invalid_name.txt)0
-rw-r--r--pylint/test/functional/invalid_slice_index.py (renamed from test/functional/invalid_slice_index.py)0
-rw-r--r--pylint/test/functional/invalid_slice_index.txt (renamed from test/functional/invalid_slice_index.txt)0
-rw-r--r--pylint/test/functional/line_endings.py (renamed from test/functional/line_endings.py)0
-rw-r--r--pylint/test/functional/line_endings.rc (renamed from test/functional/line_endings.rc)0
-rw-r--r--pylint/test/functional/line_endings.txt (renamed from test/functional/line_endings.txt)0
-rw-r--r--pylint/test/functional/long_lines_with_utf8.py (renamed from test/functional/long_lines_with_utf8.py)0
-rw-r--r--pylint/test/functional/long_lines_with_utf8.txt (renamed from test/functional/long_lines_with_utf8.txt)0
-rw-r--r--pylint/test/functional/member_checks.py (renamed from test/functional/member_checks.py)0
-rw-r--r--pylint/test/functional/member_checks.txt (renamed from test/functional/member_checks.txt)0
-rw-r--r--pylint/test/functional/method_hidden.py (renamed from test/functional/method_hidden.py)0
-rw-r--r--pylint/test/functional/method_hidden.txt (renamed from test/functional/method_hidden.txt)0
-rw-r--r--pylint/test/functional/missing_final_newline.py (renamed from test/functional/missing_final_newline.py)0
-rw-r--r--pylint/test/functional/missing_final_newline.txt (renamed from test/functional/missing_final_newline.txt)0
-rw-r--r--pylint/test/functional/missing_self_argument.py (renamed from test/functional/missing_self_argument.py)0
-rw-r--r--pylint/test/functional/missing_self_argument.txt (renamed from test/functional/missing_self_argument.txt)0
-rw-r--r--pylint/test/functional/name_styles.py (renamed from test/functional/name_styles.py)0
-rw-r--r--pylint/test/functional/name_styles.rc (renamed from test/functional/name_styles.rc)0
-rw-r--r--pylint/test/functional/name_styles.txt (renamed from test/functional/name_styles.txt)0
-rw-r--r--pylint/test/functional/namedtuple_member_inference.py (renamed from test/functional/namedtuple_member_inference.py)0
-rw-r--r--pylint/test/functional/namedtuple_member_inference.txt (renamed from test/functional/namedtuple_member_inference.txt)0
-rw-r--r--pylint/test/functional/names_in__all__.py (renamed from test/functional/names_in__all__.py)0
-rw-r--r--pylint/test/functional/names_in__all__.txt (renamed from test/functional/names_in__all__.txt)0
-rw-r--r--pylint/test/functional/newstyle__slots__.py (renamed from test/functional/newstyle__slots__.py)0
-rw-r--r--pylint/test/functional/newstyle__slots__.txt (renamed from test/functional/newstyle__slots__.txt)0
-rw-r--r--pylint/test/functional/newstyle_properties.py (renamed from test/functional/newstyle_properties.py)0
-rw-r--r--pylint/test/functional/newstyle_properties.txt (renamed from test/functional/newstyle_properties.txt)0
-rw-r--r--pylint/test/functional/no_name_in_module.py (renamed from test/functional/no_name_in_module.py)0
-rw-r--r--pylint/test/functional/no_name_in_module.txt (renamed from test/functional/no_name_in_module.txt)0
-rw-r--r--pylint/test/functional/old_style_class_py27.py (renamed from test/functional/old_style_class_py27.py)0
-rw-r--r--pylint/test/functional/old_style_class_py27.rc (renamed from test/functional/old_style_class_py27.rc)0
-rw-r--r--pylint/test/functional/old_style_class_py27.txt (renamed from test/functional/old_style_class_py27.txt)0
-rw-r--r--pylint/test/functional/pygtk_enum_crash.py (renamed from test/functional/pygtk_enum_crash.py)0
-rw-r--r--pylint/test/functional/pygtk_enum_crash.rc (renamed from test/functional/pygtk_enum_crash.rc)0
-rw-r--r--pylint/test/functional/pygtk_import.py (renamed from test/functional/pygtk_import.py)0
-rw-r--r--pylint/test/functional/pygtk_import.rc (renamed from test/functional/pygtk_import.rc)0
-rw-r--r--pylint/test/functional/raising_non_exception_py3.py (renamed from test/functional/raising_non_exception_py3.py)0
-rw-r--r--pylint/test/functional/raising_non_exception_py3.rc (renamed from test/functional/raising_non_exception_py3.rc)0
-rw-r--r--pylint/test/functional/raising_non_exception_py3.txt (renamed from test/functional/raising_non_exception_py3.txt)0
-rw-r--r--pylint/test/functional/redefined_builtin.py (renamed from test/functional/redefined_builtin.py)0
-rw-r--r--pylint/test/functional/redefined_builtin.txt (renamed from test/functional/redefined_builtin.txt)0
-rw-r--r--pylint/test/functional/redundant_unittest_assert.py (renamed from test/functional/redundant_unittest_assert.py)0
-rw-r--r--pylint/test/functional/redundant_unittest_assert.txt (renamed from test/functional/redundant_unittest_assert.txt)0
-rw-r--r--pylint/test/functional/slots_checks.py (renamed from test/functional/slots_checks.py)0
-rw-r--r--pylint/test/functional/slots_checks.txt (renamed from test/functional/slots_checks.txt)0
-rw-r--r--pylint/test/functional/socketerror_import.py (renamed from test/functional/socketerror_import.py)0
-rw-r--r--pylint/test/functional/statement_without_effect.py (renamed from test/functional/statement_without_effect.py)0
-rw-r--r--pylint/test/functional/statement_without_effect.txt (renamed from test/functional/statement_without_effect.txt)0
-rw-r--r--pylint/test/functional/string_formatting.py (renamed from test/functional/string_formatting.py)0
-rw-r--r--pylint/test/functional/string_formatting.txt (renamed from test/functional/string_formatting.txt)0
-rw-r--r--pylint/test/functional/string_formatting_py27.py (renamed from test/functional/string_formatting_py27.py)0
-rw-r--r--pylint/test/functional/string_formatting_py27.rc (renamed from test/functional/string_formatting_py27.rc)0
-rw-r--r--pylint/test/functional/string_formatting_py27.txt (renamed from test/functional/string_formatting_py27.txt)0
-rw-r--r--pylint/test/functional/super_checks.py (renamed from test/functional/super_checks.py)0
-rw-r--r--pylint/test/functional/super_checks.txt (renamed from test/functional/super_checks.txt)0
-rw-r--r--pylint/test/functional/superfluous_parens.py (renamed from test/functional/superfluous_parens.py)0
-rw-r--r--pylint/test/functional/superfluous_parens.txt (renamed from test/functional/superfluous_parens.txt)0
-rw-r--r--pylint/test/functional/suspicious_str_strip_call.py (renamed from test/functional/suspicious_str_strip_call.py)0
-rw-r--r--pylint/test/functional/suspicious_str_strip_call.rc (renamed from test/functional/suspicious_str_strip_call.rc)0
-rw-r--r--pylint/test/functional/suspicious_str_strip_call.txt (renamed from test/functional/suspicious_str_strip_call.txt)0
-rw-r--r--pylint/test/functional/suspicious_str_strip_call_py3.py (renamed from test/functional/suspicious_str_strip_call_py3.py)0
-rw-r--r--pylint/test/functional/suspicious_str_strip_call_py3.rc (renamed from test/functional/suspicious_str_strip_call_py3.rc)0
-rw-r--r--pylint/test/functional/suspicious_str_strip_call_py3.txt (renamed from test/functional/suspicious_str_strip_call_py3.txt)0
-rw-r--r--pylint/test/functional/too_many_branches.py (renamed from test/functional/too_many_branches.py)0
-rw-r--r--pylint/test/functional/too_many_branches.txt (renamed from test/functional/too_many_branches.txt)0
-rw-r--r--pylint/test/functional/too_many_lines_disabled.py (renamed from test/functional/too_many_lines_disabled.py)0
-rw-r--r--pylint/test/functional/unbalanced_tuple_unpacking.py (renamed from test/functional/unbalanced_tuple_unpacking.py)0
-rw-r--r--pylint/test/functional/unbalanced_tuple_unpacking.txt (renamed from test/functional/unbalanced_tuple_unpacking.txt)0
-rw-r--r--pylint/test/functional/unbalanced_tuple_unpacking_py30.py (renamed from test/functional/unbalanced_tuple_unpacking_py30.py)0
-rw-r--r--pylint/test/functional/unbalanced_tuple_unpacking_py30.rc (renamed from test/functional/unbalanced_tuple_unpacking_py30.rc)0
-rw-r--r--pylint/test/functional/undefined_variable.py (renamed from test/functional/undefined_variable.py)0
-rw-r--r--pylint/test/functional/undefined_variable.txt (renamed from test/functional/undefined_variable.txt)0
-rw-r--r--pylint/test/functional/undefined_variable_py30.py (renamed from test/functional/undefined_variable_py30.py)0
-rw-r--r--pylint/test/functional/undefined_variable_py30.rc (renamed from test/functional/undefined_variable_py30.rc)0
-rw-r--r--pylint/test/functional/undefined_variable_py30.txt (renamed from test/functional/undefined_variable_py30.txt)0
-rw-r--r--pylint/test/functional/uninferable_all_object.py (renamed from test/functional/uninferable_all_object.py)0
-rw-r--r--pylint/test/functional/unknown_encoding_py29.py (renamed from test/functional/unknown_encoding_py29.py)0
-rw-r--r--pylint/test/functional/unknown_encoding_py29.rc (renamed from test/functional/unknown_encoding_py29.rc)0
-rw-r--r--pylint/test/functional/unknown_encoding_py29.txt (renamed from test/functional/unknown_encoding_py29.txt)0
-rw-r--r--pylint/test/functional/unknown_encoding_py30.py (renamed from test/functional/unknown_encoding_py30.py)0
-rw-r--r--pylint/test/functional/unknown_encoding_py30.rc (renamed from test/functional/unknown_encoding_py30.rc)0
-rw-r--r--pylint/test/functional/unknown_encoding_py30.txt (renamed from test/functional/unknown_encoding_py30.txt)0
-rw-r--r--pylint/test/functional/unknown_encoding_pypy.py (renamed from test/functional/unknown_encoding_pypy.py)0
-rw-r--r--pylint/test/functional/unknown_encoding_pypy.rc (renamed from test/functional/unknown_encoding_pypy.rc)0
-rw-r--r--pylint/test/functional/unknown_encoding_pypy.txt (renamed from test/functional/unknown_encoding_pypy.txt)0
-rw-r--r--pylint/test/functional/unnecessary_lambda.py (renamed from test/functional/unnecessary_lambda.py)0
-rw-r--r--pylint/test/functional/unnecessary_lambda.txt (renamed from test/functional/unnecessary_lambda.txt)0
-rw-r--r--pylint/test/functional/unpacked_exceptions.py (renamed from test/functional/unpacked_exceptions.py)0
-rw-r--r--pylint/test/functional/unpacked_exceptions.rc (renamed from test/functional/unpacked_exceptions.rc)0
-rw-r--r--pylint/test/functional/unpacked_exceptions.txt (renamed from test/functional/unpacked_exceptions.txt)0
-rw-r--r--pylint/test/functional/unpacking.py (renamed from test/functional/unpacking.py)0
-rw-r--r--pylint/test/functional/unpacking_non_sequence.py (renamed from test/functional/unpacking_non_sequence.py)0
-rw-r--r--pylint/test/functional/unpacking_non_sequence.txt (renamed from test/functional/unpacking_non_sequence.txt)0
-rw-r--r--pylint/test/functional/unused_import.py (renamed from test/functional/unused_import.py)0
-rw-r--r--pylint/test/functional/unused_import.txt (renamed from test/functional/unused_import.txt)0
-rw-r--r--pylint/test/functional/useless_else_on_loop.py (renamed from test/functional/useless_else_on_loop.py)0
-rw-r--r--pylint/test/functional/useless_else_on_loop.txt (renamed from test/functional/useless_else_on_loop.txt)0
-rw-r--r--pylint/test/functional/with_used_before_assign.py (renamed from test/functional/with_used_before_assign.py)0
-rw-r--r--pylint/test/functional/with_used_before_assign.txt (renamed from test/functional/with_used_before_assign.txt)0
-rw-r--r--pylint/test/functional/yield_outside_func.py (renamed from test/functional/yield_outside_func.py)0
-rw-r--r--pylint/test/functional/yield_outside_func.txt (renamed from test/functional/yield_outside_func.txt)0
-rw-r--r--pylint/test/input/__init__.py (renamed from test/input/__init__.py)0
-rw-r--r--pylint/test/input/func_3k_removed_stuff_py_30.py (renamed from test/input/func_3k_removed_stuff_py_30.py)0
-rw-r--r--pylint/test/input/func_assert_2uple.py (renamed from test/input/func_assert_2uple.py)0
-rw-r--r--pylint/test/input/func_attrs_definition_order.py (renamed from test/input/func_attrs_definition_order.py)0
-rw-r--r--pylint/test/input/func_bad_assigment_to_exception_var.py (renamed from test/input/func_bad_assigment_to_exception_var.py)0
-rw-r--r--pylint/test/input/func_bad_cont_dictcomp_py27.py (renamed from test/input/func_bad_cont_dictcomp_py27.py)0
-rw-r--r--pylint/test/input/func_bad_exception_context_py30.py (renamed from test/input/func_bad_exception_context_py30.py)0
-rw-r--r--pylint/test/input/func_base_useless_pass.py (renamed from test/input/func_base_useless_pass.py)0
-rw-r--r--pylint/test/input/func_block_disable_msg.py (renamed from test/input/func_block_disable_msg.py)0
-rw-r--r--pylint/test/input/func_break_or_return_in_try_finally.py (renamed from test/input/func_break_or_return_in_try_finally.py)0
-rw-r--r--pylint/test/input/func_bug113231.py (renamed from test/input/func_bug113231.py)0
-rw-r--r--pylint/test/input/func_continue_not_in_loop.py (renamed from test/input/func_continue_not_in_loop.py)0
-rw-r--r--pylint/test/input/func_dangerous_default.py (renamed from test/input/func_dangerous_default.py)0
-rw-r--r--pylint/test/input/func_defining-attr-methods_order.py (renamed from test/input/func_defining-attr-methods_order.py)0
-rw-r--r--pylint/test/input/func_deprecated_lambda_py_30.py (renamed from test/input/func_deprecated_lambda_py_30.py)0
-rw-r--r--pylint/test/input/func_deprecated_module_py30.py (renamed from test/input/func_deprecated_module_py30.py)0
-rw-r--r--pylint/test/input/func_deprecated_module_py_30.py (renamed from test/input/func_deprecated_module_py_30.py)0
-rw-r--r--pylint/test/input/func_disable_linebased.py (renamed from test/input/func_disable_linebased.py)0
-rw-r--r--pylint/test/input/func_dotted_ancestor.py (renamed from test/input/func_dotted_ancestor.py)0
-rw-r--r--pylint/test/input/func_e0001_py30.py (renamed from test/input/func_e0001_py30.py)0
-rw-r--r--pylint/test/input/func_e0011.py (renamed from test/input/func_e0011.py)0
-rw-r--r--pylint/test/input/func_e0012.py (renamed from test/input/func_e0012.py)0
-rw-r--r--pylint/test/input/func_e0101.py (renamed from test/input/func_e0101.py)0
-rw-r--r--pylint/test/input/func_e0108.py (renamed from test/input/func_e0108.py)0
-rw-r--r--pylint/test/input/func_e0203.py (renamed from test/input/func_e0203.py)0
-rw-r--r--pylint/test/input/func_e0204.py (renamed from test/input/func_e0204.py)0
-rw-r--r--pylint/test/input/func_e0206.py (renamed from test/input/func_e0206.py)0
-rw-r--r--pylint/test/input/func_e0601.py (renamed from test/input/func_e0601.py)0
-rw-r--r--pylint/test/input/func_e0604.py (renamed from test/input/func_e0604.py)0
-rw-r--r--pylint/test/input/func_e12xx.py (renamed from test/input/func_e12xx.py)0
-rw-r--r--pylint/test/input/func_e13xx.py (renamed from test/input/func_e13xx.py)0
-rw-r--r--pylint/test/input/func_empty_module.py (renamed from test/input/func_empty_module.py)0
-rw-r--r--pylint/test/input/func_eval_used.py (renamed from test/input/func_eval_used.py)0
-rw-r--r--pylint/test/input/func_excess_escapes.py (renamed from test/input/func_excess_escapes.py)0
-rw-r--r--pylint/test/input/func_exec_used_py30.py (renamed from test/input/func_exec_used_py30.py)0
-rw-r--r--pylint/test/input/func_f0401.py (renamed from test/input/func_f0401.py)0
-rw-r--r--pylint/test/input/func_first_arg.py (renamed from test/input/func_first_arg.py)0
-rw-r--r--pylint/test/input/func_fixme.py (renamed from test/input/func_fixme.py)0
-rw-r--r--pylint/test/input/func_i0011.py (renamed from test/input/func_i0011.py)0
-rw-r--r--pylint/test/input/func_i0012.py (renamed from test/input/func_i0012.py)0
-rw-r--r--pylint/test/input/func_i0013.py (renamed from test/input/func_i0013.py)0
-rw-r--r--pylint/test/input/func_i0014.py (renamed from test/input/func_i0014.py)0
-rw-r--r--pylint/test/input/func_i0020.py (renamed from test/input/func_i0020.py)0
-rw-r--r--pylint/test/input/func_i0022.py (renamed from test/input/func_i0022.py)0
-rw-r--r--pylint/test/input/func_import_syntax_error.py (renamed from test/input/func_import_syntax_error.py)0
-rw-r--r--pylint/test/input/func_indent.py (renamed from test/input/func_indent.py)0
-rw-r--r--pylint/test/input/func_init_vars.py (renamed from test/input/func_init_vars.py)0
-rw-r--r--pylint/test/input/func_interfaces.py (renamed from test/input/func_interfaces.py)0
-rw-r--r--pylint/test/input/func_invalid_sequence_index.py (renamed from test/input/func_invalid_sequence_index.py)0
-rw-r--r--pylint/test/input/func_keyword_repeat.py (renamed from test/input/func_keyword_repeat.py)0
-rw-r--r--pylint/test/input/func_kwoa_py30.py (renamed from test/input/func_kwoa_py30.py)0
-rw-r--r--pylint/test/input/func_logging_not_lazy_with_logger.py (renamed from test/input/func_logging_not_lazy_with_logger.py)0
-rw-r--r--pylint/test/input/func_loopvar_in_dict_comp_py27.py (renamed from test/input/func_loopvar_in_dict_comp_py27.py)0
-rw-r--r--pylint/test/input/func_method_could_be_function.py (renamed from test/input/func_method_could_be_function.py)0
-rw-r--r--pylint/test/input/func_module___dict__.py (renamed from test/input/func_module___dict__.py)0
-rw-r--r--pylint/test/input/func_more_e0604.py (renamed from test/input/func_more_e0604.py)0
-rw-r--r--pylint/test/input/func_nameerror_on_string_substitution.py (renamed from test/input/func_nameerror_on_string_substitution.py)0
-rw-r--r--pylint/test/input/func_no_dummy_redefined.py (renamed from test/input/func_no_dummy_redefined.py)0
-rw-r--r--pylint/test/input/func_noerror___init___return_from_inner_function.py (renamed from test/input/func_noerror___init___return_from_inner_function.py)0
-rw-r--r--pylint/test/input/func_noerror_access_attr_before_def_false_positive.py (renamed from test/input/func_noerror_access_attr_before_def_false_positive.py)0
-rw-r--r--pylint/test/input/func_noerror_base_init_vars.py (renamed from test/input/func_noerror_base_init_vars.py)0
-rw-r--r--pylint/test/input/func_noerror_builtin_module_test.py (renamed from test/input/func_noerror_builtin_module_test.py)0
-rw-r--r--pylint/test/input/func_noerror_class_attributes.py (renamed from test/input/func_noerror_class_attributes.py)0
-rw-r--r--pylint/test/input/func_noerror_class_decorators_py26.py (renamed from test/input/func_noerror_class_decorators_py26.py)0
-rw-r--r--pylint/test/input/func_noerror_classes_meth_could_be_a_function.py (renamed from test/input/func_noerror_classes_meth_could_be_a_function.py)0
-rw-r--r--pylint/test/input/func_noerror_classes_meth_signature.py (renamed from test/input/func_noerror_classes_meth_signature.py)0
-rw-r--r--pylint/test/input/func_noerror_classes_protected_member_access.py (renamed from test/input/func_noerror_classes_protected_member_access.py)0
-rw-r--r--pylint/test/input/func_noerror_crash_122793.py (renamed from test/input/func_noerror_crash_122793.py)0
-rw-r--r--pylint/test/input/func_noerror_crash_127416.py (renamed from test/input/func_noerror_crash_127416.py)0
-rw-r--r--pylint/test/input/func_noerror_decorator_scope.py (renamed from test/input/func_noerror_decorator_scope.py)0
-rw-r--r--pylint/test/input/func_noerror_e1101_13784.py (renamed from test/input/func_noerror_e1101_13784.py)0
-rw-r--r--pylint/test/input/func_noerror_e1101_9588_base_attr_aug_assign.py (renamed from test/input/func_noerror_e1101_9588_base_attr_aug_assign.py)0
-rw-r--r--pylint/test/input/func_noerror_e1101_but_getattr.py (renamed from test/input/func_noerror_e1101_but_getattr.py)0
-rw-r--r--pylint/test/input/func_noerror_encoding.py (renamed from test/input/func_noerror_encoding.py)0
-rw-r--r--pylint/test/input/func_noerror_except_pass.py (renamed from test/input/func_noerror_except_pass.py)0
-rw-r--r--pylint/test/input/func_noerror_exception.py (renamed from test/input/func_noerror_exception.py)0
-rw-r--r--pylint/test/input/func_noerror_external_classmethod_crash.py (renamed from test/input/func_noerror_external_classmethod_crash.py)0
-rw-r--r--pylint/test/input/func_noerror_factory_method.py (renamed from test/input/func_noerror_factory_method.py)0
-rw-r--r--pylint/test/input/func_noerror_function_as_method.py (renamed from test/input/func_noerror_function_as_method.py)0
-rw-r--r--pylint/test/input/func_noerror_genexp_in_class_scope.py (renamed from test/input/func_noerror_genexp_in_class_scope.py)0
-rw-r--r--pylint/test/input/func_noerror_indirect_interface.py (renamed from test/input/func_noerror_indirect_interface.py)0
-rw-r--r--pylint/test/input/func_noerror_inner_classes.py (renamed from test/input/func_noerror_inner_classes.py)0
-rw-r--r--pylint/test/input/func_noerror_lambda_use_before_assign.py (renamed from test/input/func_noerror_lambda_use_before_assign.py)0
-rw-r--r--pylint/test/input/func_noerror_long_utf8_line.py (renamed from test/input/func_noerror_long_utf8_line.py)0
-rw-r--r--pylint/test/input/func_noerror_mcs_attr_access.py (renamed from test/input/func_noerror_mcs_attr_access.py)0
-rw-r--r--pylint/test/input/func_noerror_nested_classes.py (renamed from test/input/func_noerror_nested_classes.py)0
-rw-r--r--pylint/test/input/func_noerror_new_style_class_py_30.py (renamed from test/input/func_noerror_new_style_class_py_30.py)0
-rw-r--r--pylint/test/input/func_noerror_no_warning_docstring.py (renamed from test/input/func_noerror_no_warning_docstring.py)0
-rw-r--r--pylint/test/input/func_noerror_nonregr.py (renamed from test/input/func_noerror_nonregr.py)0
-rw-r--r--pylint/test/input/func_noerror_object_as_class_attribute.py (renamed from test/input/func_noerror_object_as_class_attribute.py)0
-rw-r--r--pylint/test/input/func_noerror_overloaded_operator.py (renamed from test/input/func_noerror_overloaded_operator.py)0
-rw-r--r--pylint/test/input/func_noerror_overriden_method_varargs.py (renamed from test/input/func_noerror_overriden_method_varargs.py)0
-rw-r--r--pylint/test/input/func_noerror_property_affectation_py26.py (renamed from test/input/func_noerror_property_affectation_py26.py)0
-rw-r--r--pylint/test/input/func_noerror_raise_return_self.py (renamed from test/input/func_noerror_raise_return_self.py)0
-rw-r--r--pylint/test/input/func_noerror_socket_member.py (renamed from test/input/func_noerror_socket_member.py)0
-rw-r--r--pylint/test/input/func_noerror_static_method.py (renamed from test/input/func_noerror_static_method.py)0
-rw-r--r--pylint/test/input/func_noerror_staticmethod_as_decorator_py24.py (renamed from test/input/func_noerror_staticmethod_as_decorator_py24.py)0
-rw-r--r--pylint/test/input/func_noerror_super_protected.py (renamed from test/input/func_noerror_super_protected.py)0
-rw-r--r--pylint/test/input/func_noerror_unused_variable_py30.py (renamed from test/input/func_noerror_unused_variable_py30.py)0
-rw-r--r--pylint/test/input/func_noerror_used_before_assignment.py (renamed from test/input/func_noerror_used_before_assignment.py)0
-rw-r--r--pylint/test/input/func_noerror_w0232.py (renamed from test/input/func_noerror_w0232.py)0
-rw-r--r--pylint/test/input/func_noerror_yield_assign_py25.py (renamed from test/input/func_noerror_yield_assign_py25.py)0
-rw-r--r--pylint/test/input/func_noerror_yield_return_mix.py (renamed from test/input/func_noerror_yield_return_mix.py)0
-rw-r--r--pylint/test/input/func_non_iterator_returned_py30.py (renamed from test/input/func_non_iterator_returned_py30.py)0
-rw-r--r--pylint/test/input/func_non_iterator_returned_py_30.py (renamed from test/input/func_non_iterator_returned_py_30.py)0
-rw-r--r--pylint/test/input/func_nonregr___file___global.py (renamed from test/input/func_nonregr___file___global.py)0
-rw-r--r--pylint/test/input/func_operators.py (renamed from test/input/func_operators.py)0
-rw-r--r--pylint/test/input/func_r0901.py (renamed from test/input/func_r0901.py)0
-rw-r--r--pylint/test/input/func_r0902.py (renamed from test/input/func_r0902.py)0
-rw-r--r--pylint/test/input/func_r0903.py (renamed from test/input/func_r0903.py)0
-rw-r--r--pylint/test/input/func_r0904.py (renamed from test/input/func_r0904.py)0
-rw-r--r--pylint/test/input/func_r0921.py (renamed from test/input/func_r0921.py)0
-rw-r--r--pylint/test/input/func_r0922.py (renamed from test/input/func_r0922.py)0
-rw-r--r--pylint/test/input/func_r0923.py (renamed from test/input/func_r0923.py)0
-rw-r--r--pylint/test/input/func_reqattrs.py (renamed from test/input/func_reqattrs.py)0
-rw-r--r--pylint/test/input/func_return_outside_func.py (renamed from test/input/func_return_outside_func.py)0
-rw-r--r--pylint/test/input/func_return_yield_mix_py_33.py (renamed from test/input/func_return_yield_mix_py_33.py)0
-rw-r--r--pylint/test/input/func_set_literal_as_default_py27.py (renamed from test/input/func_set_literal_as_default_py27.py)0
-rw-r--r--pylint/test/input/func_syntax_error.py (renamed from test/input/func_syntax_error.py)0
-rw-r--r--pylint/test/input/func_tokenize_error.py (renamed from test/input/func_tokenize_error.py)0
-rw-r--r--pylint/test/input/func_too_many_locals_arguments.py (renamed from test/input/func_too_many_locals_arguments.py)0
-rw-r--r--pylint/test/input/func_too_many_returns_yields.py (renamed from test/input/func_too_many_returns_yields.py)0
-rw-r--r--pylint/test/input/func_toolonglines.py (renamed from test/input/func_toolonglines.py)0
-rw-r--r--pylint/test/input/func_trailing_whitespace.py (renamed from test/input/func_trailing_whitespace.py)0
-rw-r--r--pylint/test/input/func_typecheck_callfunc_assigment.py (renamed from test/input/func_typecheck_callfunc_assigment.py)0
-rw-r--r--pylint/test/input/func_typecheck_non_callable_call.py (renamed from test/input/func_typecheck_non_callable_call.py)0
-rw-r--r--pylint/test/input/func_undefined_metaclass_var_py30.py (renamed from test/input/func_undefined_metaclass_var_py30.py)0
-rw-r--r--pylint/test/input/func_unreachable.py (renamed from test/input/func_unreachable.py)0
-rw-r--r--pylint/test/input/func_unused_import_py30.py (renamed from test/input/func_unused_import_py30.py)0
-rw-r--r--pylint/test/input/func_unused_overridden_argument.py (renamed from test/input/func_unused_overridden_argument.py)0
-rw-r--r--pylint/test/input/func_use_for_or_listcomp_var.py (renamed from test/input/func_use_for_or_listcomp_var.py)0
-rw-r--r--pylint/test/input/func_used_before_assignment_py30.py (renamed from test/input/func_used_before_assignment_py30.py)0
-rw-r--r--pylint/test/input/func_variables_unused_name_from_wilcard_import.py (renamed from test/input/func_variables_unused_name_from_wilcard_import.py)0
-rw-r--r--pylint/test/input/func_w0101.py (renamed from test/input/func_w0101.py)0
-rw-r--r--pylint/test/input/func_w0102.py (renamed from test/input/func_w0102.py)0
-rw-r--r--pylint/test/input/func_w0103.py (renamed from test/input/func_w0103.py)0
-rw-r--r--pylint/test/input/func_w0104.py (renamed from test/input/func_w0104.py)0
-rw-r--r--pylint/test/input/func_w0105.py (renamed from test/input/func_w0105.py)0
-rw-r--r--pylint/test/input/func_w0110.py (renamed from test/input/func_w0110.py)0
-rw-r--r--pylint/test/input/func_w0111.py (renamed from test/input/func_w0111.py)0
-rw-r--r--pylint/test/input/func_w0112.py (renamed from test/input/func_w0112.py)0
-rw-r--r--pylint/test/input/func_w0122_py_30.py (renamed from test/input/func_w0122_py_30.py)0
-rw-r--r--pylint/test/input/func_w0151.py (renamed from test/input/func_w0151.py)0
-rw-r--r--pylint/test/input/func_w0152.py (renamed from test/input/func_w0152.py)0
-rw-r--r--pylint/test/input/func_w0202.py (renamed from test/input/func_w0202.py)0
-rw-r--r--pylint/test/input/func_w0205.py (renamed from test/input/func_w0205.py)0
-rw-r--r--pylint/test/input/func_w0233.py (renamed from test/input/func_w0233.py)0
-rw-r--r--pylint/test/input/func_w0302.py (renamed from test/input/func_w0302.py)0
-rw-r--r--pylint/test/input/func_w0312.py (renamed from test/input/func_w0312.py)0
-rw-r--r--pylint/test/input/func_w0332_py_30.py (renamed from test/input/func_w0332_py_30.py)0
-rw-r--r--pylint/test/input/func_w0401.py (renamed from test/input/func_w0401.py)0
-rw-r--r--pylint/test/input/func_w0401_package/__init__.py (renamed from test/input/func_w0401_package/__init__.py)0
-rw-r--r--pylint/test/input/func_w0401_package/all_the_things.py (renamed from test/input/func_w0401_package/all_the_things.py)0
-rw-r--r--pylint/test/input/func_w0401_package/thing1.py (renamed from test/input/func_w0401_package/thing1.py)0
-rw-r--r--pylint/test/input/func_w0401_package/thing2.py (renamed from test/input/func_w0401_package/thing2.py)0
-rw-r--r--pylint/test/input/func_w0402.py (renamed from test/input/func_w0402.py)0
-rw-r--r--pylint/test/input/func_w0404.py (renamed from test/input/func_w0404.py)0
-rw-r--r--pylint/test/input/func_w0405.py (renamed from test/input/func_w0405.py)0
-rw-r--r--pylint/test/input/func_w0406.py (renamed from test/input/func_w0406.py)0
-rw-r--r--pylint/test/input/func_w0611.py (renamed from test/input/func_w0611.py)0
-rw-r--r--pylint/test/input/func_w0612.py (renamed from test/input/func_w0612.py)0
-rw-r--r--pylint/test/input/func_w0613.py (renamed from test/input/func_w0613.py)0
-rw-r--r--pylint/test/input/func_w0623_py30.py (renamed from test/input/func_w0623_py30.py)0
-rw-r--r--pylint/test/input/func_w0623_py_30.py (renamed from test/input/func_w0623_py_30.py)0
-rw-r--r--pylint/test/input/func_w0631.py (renamed from test/input/func_w0631.py)0
-rw-r--r--pylint/test/input/func_w0702.py (renamed from test/input/func_w0702.py)0
-rw-r--r--pylint/test/input/func_w0703.py (renamed from test/input/func_w0703.py)0
-rw-r--r--pylint/test/input/func_w0704.py (renamed from test/input/func_w0704.py)0
-rw-r--r--pylint/test/input/func_w0705.py (renamed from test/input/func_w0705.py)0
-rw-r--r--pylint/test/input/func_w0801.py (renamed from test/input/func_w0801.py)0
-rw-r--r--pylint/test/input/func_w1201.py (renamed from test/input/func_w1201.py)0
-rw-r--r--pylint/test/input/func_w1202.py (renamed from test/input/func_w1202.py)0
-rw-r--r--pylint/test/input/func_with_without_as_py25.py (renamed from test/input/func_with_without_as_py25.py)0
-rw-r--r--pylint/test/input/ignore_except_pass_by_default.py (renamed from test/input/ignore_except_pass_by_default.py)0
-rw-r--r--pylint/test/input/indirect1.py (renamed from test/input/indirect1.py)0
-rw-r--r--pylint/test/input/indirect2.py (renamed from test/input/indirect2.py)0
-rw-r--r--pylint/test/input/indirect3.py (renamed from test/input/indirect3.py)0
-rw-r--r--pylint/test/input/noext (renamed from test/input/noext)0
-rw-r--r--pylint/test/input/similar1 (renamed from test/input/similar1)0
-rw-r--r--pylint/test/input/similar2 (renamed from test/input/similar2)0
-rw-r--r--pylint/test/input/syntax_error.py (renamed from test/input/syntax_error.py)0
-rw-r--r--pylint/test/input/w0401_cycle.py (renamed from test/input/w0401_cycle.py)0
-rw-r--r--pylint/test/input/w0801_same.py (renamed from test/input/w0801_same.py)0
-rw-r--r--pylint/test/messages/builtin_module.txt (renamed from test/messages/builtin_module.txt)0
-rw-r--r--pylint/test/messages/func_3k_removed_stuff_py_30.txt (renamed from test/messages/func_3k_removed_stuff_py_30.txt)0
-rw-r--r--pylint/test/messages/func_assert_2uple.txt (renamed from test/messages/func_assert_2uple.txt)0
-rw-r--r--pylint/test/messages/func_attrs_definition_order.txt (renamed from test/messages/func_attrs_definition_order.txt)0
-rw-r--r--pylint/test/messages/func_bad_assigment_to_exception_var.txt (renamed from test/messages/func_bad_assigment_to_exception_var.txt)0
-rw-r--r--pylint/test/messages/func_bad_cont_dictcomp_py27.txt (renamed from test/messages/func_bad_cont_dictcomp_py27.txt)0
-rw-r--r--pylint/test/messages/func_bad_exception_context_py30.txt (renamed from test/messages/func_bad_exception_context_py30.txt)0
-rw-r--r--pylint/test/messages/func_base_useless_pass.txt (renamed from test/messages/func_base_useless_pass.txt)0
-rw-r--r--pylint/test/messages/func_block_disable_msg.txt (renamed from test/messages/func_block_disable_msg.txt)0
-rw-r--r--pylint/test/messages/func_break_or_return_in_try_finally.txt (renamed from test/messages/func_break_or_return_in_try_finally.txt)0
-rw-r--r--pylint/test/messages/func_bug113231.txt (renamed from test/messages/func_bug113231.txt)0
-rw-r--r--pylint/test/messages/func_continue_not_in_loop.txt (renamed from test/messages/func_continue_not_in_loop.txt)0
-rw-r--r--pylint/test/messages/func_dangerous_default.txt (renamed from test/messages/func_dangerous_default.txt)0
-rw-r--r--pylint/test/messages/func_dangerous_default_py30.txt (renamed from test/messages/func_dangerous_default_py30.txt)0
-rw-r--r--pylint/test/messages/func_defining-attr-methods_order.txt (renamed from test/messages/func_defining-attr-methods_order.txt)0
-rw-r--r--pylint/test/messages/func_deprecated_lambda_py_30.txt (renamed from test/messages/func_deprecated_lambda_py_30.txt)0
-rw-r--r--pylint/test/messages/func_deprecated_module_py30.txt (renamed from test/messages/func_deprecated_module_py30.txt)0
-rw-r--r--pylint/test/messages/func_deprecated_module_py_30.txt (renamed from test/messages/func_deprecated_module_py_30.txt)0
-rw-r--r--pylint/test/messages/func_disable_linebased.txt (renamed from test/messages/func_disable_linebased.txt)0
-rw-r--r--pylint/test/messages/func_disable_linebased_py30.txt (renamed from test/messages/func_disable_linebased_py30.txt)0
-rw-r--r--pylint/test/messages/func_dotted_ancestor.txt (renamed from test/messages/func_dotted_ancestor.txt)0
-rw-r--r--pylint/test/messages/func_e0001_py30.txt (renamed from test/messages/func_e0001_py30.txt)0
-rw-r--r--pylint/test/messages/func_e0011.txt (renamed from test/messages/func_e0011.txt)0
-rw-r--r--pylint/test/messages/func_e0012.txt (renamed from test/messages/func_e0012.txt)0
-rw-r--r--pylint/test/messages/func_e0101.txt (renamed from test/messages/func_e0101.txt)0
-rw-r--r--pylint/test/messages/func_e0108.txt (renamed from test/messages/func_e0108.txt)0
-rw-r--r--pylint/test/messages/func_e0203.txt (renamed from test/messages/func_e0203.txt)0
-rw-r--r--pylint/test/messages/func_e0204.txt (renamed from test/messages/func_e0204.txt)0
-rw-r--r--pylint/test/messages/func_e0206.txt (renamed from test/messages/func_e0206.txt)0
-rw-r--r--pylint/test/messages/func_e0601.txt (renamed from test/messages/func_e0601.txt)0
-rw-r--r--pylint/test/messages/func_e0604.txt (renamed from test/messages/func_e0604.txt)0
-rw-r--r--pylint/test/messages/func_e12xx.txt (renamed from test/messages/func_e12xx.txt)0
-rw-r--r--pylint/test/messages/func_e13xx.txt (renamed from test/messages/func_e13xx.txt)0
-rw-r--r--pylint/test/messages/func_e13xx_py30.txt (renamed from test/messages/func_e13xx_py30.txt)0
-rw-r--r--pylint/test/messages/func_empty_module.txt (renamed from test/messages/func_empty_module.txt)0
-rw-r--r--pylint/test/messages/func_eval_used.txt (renamed from test/messages/func_eval_used.txt)0
-rw-r--r--pylint/test/messages/func_excess_escapes.txt (renamed from test/messages/func_excess_escapes.txt)0
-rw-r--r--pylint/test/messages/func_exec_used_py30.txt (renamed from test/messages/func_exec_used_py30.txt)0
-rw-r--r--pylint/test/messages/func_f0401.txt (renamed from test/messages/func_f0401.txt)0
-rw-r--r--pylint/test/messages/func_first_arg.txt (renamed from test/messages/func_first_arg.txt)0
-rw-r--r--pylint/test/messages/func_fixme.txt (renamed from test/messages/func_fixme.txt)0
-rw-r--r--pylint/test/messages/func_i0011.txt (renamed from test/messages/func_i0011.txt)0
-rw-r--r--pylint/test/messages/func_i0012.txt (renamed from test/messages/func_i0012.txt)0
-rw-r--r--pylint/test/messages/func_i0013.txt (renamed from test/messages/func_i0013.txt)0
-rw-r--r--pylint/test/messages/func_i0014.txt (renamed from test/messages/func_i0014.txt)0
-rw-r--r--pylint/test/messages/func_i0020.txt (renamed from test/messages/func_i0020.txt)0
-rw-r--r--pylint/test/messages/func_i0022.txt (renamed from test/messages/func_i0022.txt)0
-rw-r--r--pylint/test/messages/func_import_syntax_error.txt (renamed from test/messages/func_import_syntax_error.txt)0
-rw-r--r--pylint/test/messages/func_import_syntax_error_py30.txt (renamed from test/messages/func_import_syntax_error_py30.txt)0
-rw-r--r--pylint/test/messages/func_indent.txt (renamed from test/messages/func_indent.txt)0
-rw-r--r--pylint/test/messages/func_init_vars.txt (renamed from test/messages/func_init_vars.txt)0
-rw-r--r--pylint/test/messages/func_interfaces.txt (renamed from test/messages/func_interfaces.txt)0
-rw-r--r--pylint/test/messages/func_invalid_sequence_index.txt (renamed from test/messages/func_invalid_sequence_index.txt)0
-rw-r--r--pylint/test/messages/func_keyword_repeat_py26.txt (renamed from test/messages/func_keyword_repeat_py26.txt)0
-rw-r--r--pylint/test/messages/func_kwoa_py30.txt (renamed from test/messages/func_kwoa_py30.txt)0
-rw-r--r--pylint/test/messages/func_logging_not_lazy_with_logger.txt (renamed from test/messages/func_logging_not_lazy_with_logger.txt)0
-rw-r--r--pylint/test/messages/func_loopvar_in_dict_comp_py27.txt (renamed from test/messages/func_loopvar_in_dict_comp_py27.txt)0
-rw-r--r--pylint/test/messages/func_method_could_be_function.txt (renamed from test/messages/func_method_could_be_function.txt)0
-rw-r--r--pylint/test/messages/func_module___dict__.txt (renamed from test/messages/func_module___dict__.txt)0
-rw-r--r--pylint/test/messages/func_more_e0604.txt (renamed from test/messages/func_more_e0604.txt)0
-rw-r--r--pylint/test/messages/func_nameerror_on_string_substitution.txt (renamed from test/messages/func_nameerror_on_string_substitution.txt)0
-rw-r--r--pylint/test/messages/func_no_dummy_redefined.txt (renamed from test/messages/func_no_dummy_redefined.txt)0
-rw-r--r--pylint/test/messages/func_non_iterator_returned_py30.txt (renamed from test/messages/func_non_iterator_returned_py30.txt)0
-rw-r--r--pylint/test/messages/func_non_iterator_returned_py_30.txt (renamed from test/messages/func_non_iterator_returned_py_30.txt)0
-rw-r--r--pylint/test/messages/func_nonregr___file___global.txt (renamed from test/messages/func_nonregr___file___global.txt)0
-rw-r--r--pylint/test/messages/func_operators.txt (renamed from test/messages/func_operators.txt)0
-rw-r--r--pylint/test/messages/func_r0901.txt (renamed from test/messages/func_r0901.txt)0
-rw-r--r--pylint/test/messages/func_r0902.txt (renamed from test/messages/func_r0902.txt)0
-rw-r--r--pylint/test/messages/func_r0903.txt (renamed from test/messages/func_r0903.txt)0
-rw-r--r--pylint/test/messages/func_r0904.txt (renamed from test/messages/func_r0904.txt)0
-rw-r--r--pylint/test/messages/func_r0921.txt (renamed from test/messages/func_r0921.txt)0
-rw-r--r--pylint/test/messages/func_r0922.txt (renamed from test/messages/func_r0922.txt)0
-rw-r--r--pylint/test/messages/func_r0923.txt (renamed from test/messages/func_r0923.txt)0
-rw-r--r--pylint/test/messages/func_raw_escapes.txt (renamed from test/messages/func_raw_escapes.txt)0
-rw-r--r--pylint/test/messages/func_reqattrs.txt (renamed from test/messages/func_reqattrs.txt)0
-rw-r--r--pylint/test/messages/func_return_outside_func.txt (renamed from test/messages/func_return_outside_func.txt)0
-rw-r--r--pylint/test/messages/func_return_yield_mix_py_33.txt (renamed from test/messages/func_return_yield_mix_py_33.txt)0
-rw-r--r--pylint/test/messages/func_set_literal_as_default_py27.txt (renamed from test/messages/func_set_literal_as_default_py27.txt)0
-rw-r--r--pylint/test/messages/func_syntax_error.txt (renamed from test/messages/func_syntax_error.txt)0
-rw-r--r--pylint/test/messages/func_tokenize_error.txt (renamed from test/messages/func_tokenize_error.txt)0
-rw-r--r--pylint/test/messages/func_too_many_locals_arguments.txt (renamed from test/messages/func_too_many_locals_arguments.txt)0
-rw-r--r--pylint/test/messages/func_too_many_returns_yields.txt (renamed from test/messages/func_too_many_returns_yields.txt)0
-rw-r--r--pylint/test/messages/func_toolonglines.txt (renamed from test/messages/func_toolonglines.txt)0
-rw-r--r--pylint/test/messages/func_toolonglines_py30.txt (renamed from test/messages/func_toolonglines_py30.txt)0
-rw-r--r--pylint/test/messages/func_trailing_whitespace.txt (renamed from test/messages/func_trailing_whitespace.txt)0
-rw-r--r--pylint/test/messages/func_typecheck_callfunc_assigment.txt (renamed from test/messages/func_typecheck_callfunc_assigment.txt)0
-rw-r--r--pylint/test/messages/func_typecheck_getattr_py30.txt (renamed from test/messages/func_typecheck_getattr_py30.txt)0
-rw-r--r--pylint/test/messages/func_typecheck_non_callable_call.txt (renamed from test/messages/func_typecheck_non_callable_call.txt)0
-rw-r--r--pylint/test/messages/func_undefined_metaclass_var_py30.txt (renamed from test/messages/func_undefined_metaclass_var_py30.txt)0
-rw-r--r--pylint/test/messages/func_unicode_literal_py26.txt (renamed from test/messages/func_unicode_literal_py26.txt)0
-rw-r--r--pylint/test/messages/func_unicode_literal_py274.txt (renamed from test/messages/func_unicode_literal_py274.txt)0
-rw-r--r--pylint/test/messages/func_unreachable.txt (renamed from test/messages/func_unreachable.txt)0
-rw-r--r--pylint/test/messages/func_unused_import_py30.txt (renamed from test/messages/func_unused_import_py30.txt)0
-rw-r--r--pylint/test/messages/func_unused_overridden_argument.txt (renamed from test/messages/func_unused_overridden_argument.txt)0
-rw-r--r--pylint/test/messages/func_use_for_or_listcomp_var_py29.txt (renamed from test/messages/func_use_for_or_listcomp_var_py29.txt)0
-rw-r--r--pylint/test/messages/func_use_for_or_listcomp_var_py30.txt (renamed from test/messages/func_use_for_or_listcomp_var_py30.txt)0
-rw-r--r--pylint/test/messages/func_used_before_assignment_py30.txt (renamed from test/messages/func_used_before_assignment_py30.txt)0
-rw-r--r--pylint/test/messages/func_variables_unused_name_from_wilcard_import.txt (renamed from test/messages/func_variables_unused_name_from_wilcard_import.txt)0
-rw-r--r--pylint/test/messages/func_w0101.txt (renamed from test/messages/func_w0101.txt)0
-rw-r--r--pylint/test/messages/func_w0102.txt (renamed from test/messages/func_w0102.txt)0
-rw-r--r--pylint/test/messages/func_w0103.txt (renamed from test/messages/func_w0103.txt)0
-rw-r--r--pylint/test/messages/func_w0104.txt (renamed from test/messages/func_w0104.txt)0
-rw-r--r--pylint/test/messages/func_w0105.txt (renamed from test/messages/func_w0105.txt)0
-rw-r--r--pylint/test/messages/func_w0110.txt (renamed from test/messages/func_w0110.txt)0
-rw-r--r--pylint/test/messages/func_w0111.txt (renamed from test/messages/func_w0111.txt)0
-rw-r--r--pylint/test/messages/func_w0112.txt (renamed from test/messages/func_w0112.txt)0
-rw-r--r--pylint/test/messages/func_w0122_py_30.txt (renamed from test/messages/func_w0122_py_30.txt)0
-rw-r--r--pylint/test/messages/func_w0151.txt (renamed from test/messages/func_w0151.txt)0
-rw-r--r--pylint/test/messages/func_w0152_py29.txt (renamed from test/messages/func_w0152_py29.txt)0
-rw-r--r--pylint/test/messages/func_w0152_py30.txt (renamed from test/messages/func_w0152_py30.txt)0
-rw-r--r--pylint/test/messages/func_w0202.txt (renamed from test/messages/func_w0202.txt)0
-rw-r--r--pylint/test/messages/func_w0205.txt (renamed from test/messages/func_w0205.txt)0
-rw-r--r--pylint/test/messages/func_w0233.txt (renamed from test/messages/func_w0233.txt)0
-rw-r--r--pylint/test/messages/func_w0302.txt (renamed from test/messages/func_w0302.txt)0
-rw-r--r--pylint/test/messages/func_w0312.txt (renamed from test/messages/func_w0312.txt)0
-rw-r--r--pylint/test/messages/func_w0332_py_30.txt (renamed from test/messages/func_w0332_py_30.txt)0
-rw-r--r--pylint/test/messages/func_w0401.txt (renamed from test/messages/func_w0401.txt)0
-rw-r--r--pylint/test/messages/func_w0401_package.txt (renamed from test/messages/func_w0401_package.txt)0
-rw-r--r--pylint/test/messages/func_w0402.txt (renamed from test/messages/func_w0402.txt)0
-rw-r--r--pylint/test/messages/func_w0404.txt (renamed from test/messages/func_w0404.txt)0
-rw-r--r--pylint/test/messages/func_w0405.txt (renamed from test/messages/func_w0405.txt)0
-rw-r--r--pylint/test/messages/func_w0406.txt (renamed from test/messages/func_w0406.txt)0
-rw-r--r--pylint/test/messages/func_w0611.txt (renamed from test/messages/func_w0611.txt)0
-rw-r--r--pylint/test/messages/func_w0612.txt (renamed from test/messages/func_w0612.txt)0
-rw-r--r--pylint/test/messages/func_w0613.txt (renamed from test/messages/func_w0613.txt)0
-rw-r--r--pylint/test/messages/func_w0622.txt (renamed from test/messages/func_w0622.txt)0
-rw-r--r--pylint/test/messages/func_w0623.txt (renamed from test/messages/func_w0623.txt)0
-rw-r--r--pylint/test/messages/func_w0623_py30.txt (renamed from test/messages/func_w0623_py30.txt)0
-rw-r--r--pylint/test/messages/func_w0623_py_30.txt (renamed from test/messages/func_w0623_py_30.txt)0
-rw-r--r--pylint/test/messages/func_w0631.txt (renamed from test/messages/func_w0631.txt)0
-rw-r--r--pylint/test/messages/func_w0702.txt (renamed from test/messages/func_w0702.txt)0
-rw-r--r--pylint/test/messages/func_w0703.txt (renamed from test/messages/func_w0703.txt)0
-rw-r--r--pylint/test/messages/func_w0704.txt (renamed from test/messages/func_w0704.txt)0
-rw-r--r--pylint/test/messages/func_w0705.txt (renamed from test/messages/func_w0705.txt)0
-rw-r--r--pylint/test/messages/func_w0801.txt (renamed from test/messages/func_w0801.txt)0
-rw-r--r--pylint/test/messages/func_w1201.txt (renamed from test/messages/func_w1201.txt)0
-rw-r--r--pylint/test/messages/func_w1202.txt (renamed from test/messages/func_w1202.txt)0
-rw-r--r--pylint/test/messages/func_with_without_as_py25.txt (renamed from test/messages/func_with_without_as_py25.txt)0
-rw-r--r--pylint/test/regrtest_data/absimp/__init__.py (renamed from test/regrtest_data/absimp/__init__.py)0
-rw-r--r--pylint/test/regrtest_data/absimp/string.py (renamed from test/regrtest_data/absimp/string.py)0
-rw-r--r--pylint/test/regrtest_data/application_crash.py (renamed from test/regrtest_data/application_crash.py)0
-rw-r--r--pylint/test/regrtest_data/classdoc_usage.py (renamed from test/regrtest_data/classdoc_usage.py)0
-rw-r--r--pylint/test/regrtest_data/decimal_inference.py (renamed from test/regrtest_data/decimal_inference.py)0
-rw-r--r--pylint/test/regrtest_data/descriptor_crash.py (renamed from test/regrtest_data/descriptor_crash.py)0
-rw-r--r--pylint/test/regrtest_data/import_assign.py (renamed from test/regrtest_data/import_assign.py)0
-rw-r--r--pylint/test/regrtest_data/import_package_subpackage_module.py (renamed from test/regrtest_data/import_package_subpackage_module.py)0
-rw-r--r--pylint/test/regrtest_data/module_global.py (renamed from test/regrtest_data/module_global.py)0
-rw-r--r--pylint/test/regrtest_data/no_stdout_encoding.py (renamed from test/regrtest_data/no_stdout_encoding.py)0
-rw-r--r--pylint/test/regrtest_data/numarray_import.py (renamed from test/regrtest_data/numarray_import.py)0
-rw-r--r--pylint/test/regrtest_data/numarray_inf.py (renamed from test/regrtest_data/numarray_inf.py)0
-rw-r--r--pylint/test/regrtest_data/package/AudioTime.py (renamed from test/regrtest_data/package/AudioTime.py)0
-rw-r--r--pylint/test/regrtest_data/package/__init__.py (renamed from test/regrtest_data/package/__init__.py)0
-rw-r--r--pylint/test/regrtest_data/package/subpackage/__init__.py (renamed from test/regrtest_data/package/subpackage/__init__.py)0
-rw-r--r--pylint/test/regrtest_data/package/subpackage/module.py (renamed from test/regrtest_data/package/subpackage/module.py)0
-rw-r--r--pylint/test/regrtest_data/package_all/__init__.py (renamed from test/regrtest_data/package_all/__init__.py)0
-rw-r--r--pylint/test/regrtest_data/package_all/notmissing.py (renamed from test/regrtest_data/package_all/notmissing.py)0
-rw-r--r--pylint/test/regrtest_data/precedence_test.py (renamed from test/regrtest_data/precedence_test.py)0
-rw-r--r--pylint/test/regrtest_data/special_attr_scope_lookup_crash.py (renamed from test/regrtest_data/special_attr_scope_lookup_crash.py)0
-rw-r--r--pylint/test/regrtest_data/try_finally_disable_msg_crash.py (renamed from test/regrtest_data/try_finally_disable_msg_crash.py)0
-rw-r--r--pylint/test/test_func.py (renamed from test/test_func.py)0
-rw-r--r--pylint/test/test_functional.py (renamed from test/test_functional.py)0
-rw-r--r--pylint/test/test_import_graph.py (renamed from test/test_import_graph.py)0
-rw-r--r--pylint/test/test_regr.py (renamed from test/test_regr.py)0
-rw-r--r--pylint/test/test_self.py (renamed from test/test_self.py)0
-rw-r--r--pylint/test/unittest_checker_base.py (renamed from test/unittest_checker_base.py)0
-rw-r--r--pylint/test/unittest_checker_classes.py (renamed from test/unittest_checker_classes.py)0
-rw-r--r--pylint/test/unittest_checker_exceptions.py (renamed from test/unittest_checker_exceptions.py)0
-rw-r--r--pylint/test/unittest_checker_format.py (renamed from test/unittest_checker_format.py)0
-rw-r--r--pylint/test/unittest_checker_logging.py (renamed from test/unittest_checker_logging.py)0
-rw-r--r--pylint/test/unittest_checker_misc.py (renamed from test/unittest_checker_misc.py)0
-rw-r--r--pylint/test/unittest_checker_python3.py (renamed from test/unittest_checker_python3.py)0
-rw-r--r--pylint/test/unittest_checker_similar.py (renamed from test/unittest_checker_similar.py)0
-rw-r--r--pylint/test/unittest_checker_spelling.py (renamed from test/unittest_checker_spelling.py)0
-rw-r--r--pylint/test/unittest_checker_typecheck.py (renamed from test/unittest_checker_typecheck.py)0
-rw-r--r--pylint/test/unittest_checker_variables.py (renamed from test/unittest_checker_variables.py)0
-rw-r--r--pylint/test/unittest_checkers_utils.py (renamed from test/unittest_checkers_utils.py)0
-rw-r--r--pylint/test/unittest_lint.py (renamed from test/unittest_lint.py)0
-rw-r--r--pylint/test/unittest_pyreverse_diadefs.py (renamed from test/unittest_pyreverse_diadefs.py)0
-rw-r--r--pylint/test/unittest_pyreverse_writer.py (renamed from test/unittest_pyreverse_writer.py)0
-rw-r--r--pylint/test/unittest_reporters_json.py (renamed from test/unittest_reporters_json.py)0
-rw-r--r--pylint/test/unittest_reporting.py (renamed from test/unittest_reporting.py)0
-rw-r--r--pylint/test/unittest_utils.py (renamed from test/unittest_utils.py)0
-rw-r--r--pylint/testutils.py (renamed from testutils.py)0
-rw-r--r--pylint/utils.py (renamed from utils.py)0
607 files changed, 0 insertions, 0 deletions
diff --git a/__init__.py b/pylint/__init__.py
index 82e557d..82e557d 100644
--- a/__init__.py
+++ b/pylint/__init__.py
diff --git a/__main__.py b/pylint/__main__.py
index 7716361..7716361 100644
--- a/__main__.py
+++ b/pylint/__main__.py
diff --git a/checkers/__init__.py b/pylint/checkers/__init__.py
index 51adb4d..51adb4d 100644
--- a/checkers/__init__.py
+++ b/pylint/checkers/__init__.py
diff --git a/checkers/base.py b/pylint/checkers/base.py
index 404f9de..404f9de 100644
--- a/checkers/base.py
+++ b/pylint/checkers/base.py
diff --git a/checkers/classes.py b/pylint/checkers/classes.py
index 8e51a47..8e51a47 100644
--- a/checkers/classes.py
+++ b/pylint/checkers/classes.py
diff --git a/checkers/design_analysis.py b/pylint/checkers/design_analysis.py
index e361cca..e361cca 100644
--- a/checkers/design_analysis.py
+++ b/pylint/checkers/design_analysis.py
diff --git a/checkers/exceptions.py b/pylint/checkers/exceptions.py
index 88a8f22..88a8f22 100644
--- a/checkers/exceptions.py
+++ b/pylint/checkers/exceptions.py
diff --git a/checkers/format.py b/pylint/checkers/format.py
index 94a9e8e..94a9e8e 100644
--- a/checkers/format.py
+++ b/pylint/checkers/format.py
diff --git a/checkers/imports.py b/pylint/checkers/imports.py
index 1969eeb..1969eeb 100644
--- a/checkers/imports.py
+++ b/pylint/checkers/imports.py
diff --git a/checkers/logging.py b/pylint/checkers/logging.py
index 897c1c7..897c1c7 100644
--- a/checkers/logging.py
+++ b/pylint/checkers/logging.py
diff --git a/checkers/misc.py b/pylint/checkers/misc.py
index 7fbe70b..7fbe70b 100644
--- a/checkers/misc.py
+++ b/pylint/checkers/misc.py
diff --git a/checkers/newstyle.py b/pylint/checkers/newstyle.py
index f74e7f1..f74e7f1 100644
--- a/checkers/newstyle.py
+++ b/pylint/checkers/newstyle.py
diff --git a/checkers/python3.py b/pylint/checkers/python3.py
index 880d5c5..880d5c5 100644
--- a/checkers/python3.py
+++ b/pylint/checkers/python3.py
diff --git a/checkers/raw_metrics.py b/pylint/checkers/raw_metrics.py
index 71fecf6..71fecf6 100644
--- a/checkers/raw_metrics.py
+++ b/pylint/checkers/raw_metrics.py
diff --git a/checkers/similar.py b/pylint/checkers/similar.py
index 9542077..9542077 100644
--- a/checkers/similar.py
+++ b/pylint/checkers/similar.py
diff --git a/checkers/spelling.py b/pylint/checkers/spelling.py
index f6edd5d..f6edd5d 100644
--- a/checkers/spelling.py
+++ b/pylint/checkers/spelling.py
diff --git a/checkers/stdlib.py b/pylint/checkers/stdlib.py
index b6b8026..b6b8026 100644
--- a/checkers/stdlib.py
+++ b/pylint/checkers/stdlib.py
diff --git a/checkers/strings.py b/pylint/checkers/strings.py
index 8892c2c..8892c2c 100644
--- a/checkers/strings.py
+++ b/pylint/checkers/strings.py
diff --git a/checkers/typecheck.py b/pylint/checkers/typecheck.py
index 9f074ae..9f074ae 100644
--- a/checkers/typecheck.py
+++ b/pylint/checkers/typecheck.py
diff --git a/checkers/utils.py b/pylint/checkers/utils.py
index 2cb01d5..2cb01d5 100644
--- a/checkers/utils.py
+++ b/pylint/checkers/utils.py
diff --git a/checkers/variables.py b/pylint/checkers/variables.py
index 8f6f957..8f6f957 100644
--- a/checkers/variables.py
+++ b/pylint/checkers/variables.py
diff --git a/config.py b/pylint/config.py
index ebfe578..ebfe578 100644
--- a/config.py
+++ b/pylint/config.py
diff --git a/epylint.py b/pylint/epylint.py
index 4fd683e..4fd683e 100755
--- a/epylint.py
+++ b/pylint/epylint.py
diff --git a/gui.py b/pylint/gui.py
index 8327e0e..8327e0e 100644
--- a/gui.py
+++ b/pylint/gui.py
diff --git a/interfaces.py b/pylint/interfaces.py
index 64f5a95..64f5a95 100644
--- a/interfaces.py
+++ b/pylint/interfaces.py
diff --git a/lint.py b/pylint/lint.py
index e10ae56..e10ae56 100644
--- a/lint.py
+++ b/pylint/lint.py
diff --git a/pyreverse/__init__.py b/pylint/pyreverse/__init__.py
index 8c32ad9..8c32ad9 100644
--- a/pyreverse/__init__.py
+++ b/pylint/pyreverse/__init__.py
diff --git a/pyreverse/diadefslib.py b/pylint/pyreverse/diadefslib.py
index e0dc8cf..e0dc8cf 100644
--- a/pyreverse/diadefslib.py
+++ b/pylint/pyreverse/diadefslib.py
diff --git a/pyreverse/diagrams.py b/pylint/pyreverse/diagrams.py
index f0d7a92..f0d7a92 100644
--- a/pyreverse/diagrams.py
+++ b/pylint/pyreverse/diagrams.py
diff --git a/pyreverse/main.py b/pylint/pyreverse/main.py
index 408c172..408c172 100644
--- a/pyreverse/main.py
+++ b/pylint/pyreverse/main.py
diff --git a/pyreverse/utils.py b/pylint/pyreverse/utils.py
index 5d6d133..5d6d133 100644
--- a/pyreverse/utils.py
+++ b/pylint/pyreverse/utils.py
diff --git a/pyreverse/writer.py b/pylint/pyreverse/writer.py
index 8628a8c..8628a8c 100644
--- a/pyreverse/writer.py
+++ b/pylint/pyreverse/writer.py
diff --git a/reporters/__init__.py b/pylint/reporters/__init__.py
index ea3281f..ea3281f 100644
--- a/reporters/__init__.py
+++ b/pylint/reporters/__init__.py
diff --git a/reporters/guireporter.py b/pylint/reporters/guireporter.py
index 4ad4ebb..4ad4ebb 100644
--- a/reporters/guireporter.py
+++ b/pylint/reporters/guireporter.py
diff --git a/reporters/html.py b/pylint/reporters/html.py
index 1c6c260..1c6c260 100644
--- a/reporters/html.py
+++ b/pylint/reporters/html.py
diff --git a/reporters/json.py b/pylint/reporters/json.py
index 7dba52b..7dba52b 100644
--- a/reporters/json.py
+++ b/pylint/reporters/json.py
diff --git a/reporters/text.py b/pylint/reporters/text.py
index 53c4a8d..53c4a8d 100644
--- a/reporters/text.py
+++ b/pylint/reporters/text.py
diff --git a/test/data/__init__.py b/pylint/test/data/__init__.py
index e69de29..e69de29 100644
--- a/test/data/__init__.py
+++ b/pylint/test/data/__init__.py
diff --git a/test/data/ascript b/pylint/test/data/ascript
index f401ebc..f401ebc 100755
--- a/test/data/ascript
+++ b/pylint/test/data/ascript
diff --git a/test/data/classes_No_Name.dot b/pylint/test/data/classes_No_Name.dot
index 51b42e7..51b42e7 100644
--- a/test/data/classes_No_Name.dot
+++ b/pylint/test/data/classes_No_Name.dot
diff --git a/test/data/clientmodule_test.py b/pylint/test/data/clientmodule_test.py
index e520e88..e520e88 100644
--- a/test/data/clientmodule_test.py
+++ b/pylint/test/data/clientmodule_test.py
diff --git a/test/data/packages_No_Name.dot b/pylint/test/data/packages_No_Name.dot
index 1ceeb72..1ceeb72 100644
--- a/test/data/packages_No_Name.dot
+++ b/pylint/test/data/packages_No_Name.dot
diff --git a/test/data/suppliermodule_test.py b/pylint/test/data/suppliermodule_test.py
index 24dc9a0..24dc9a0 100644
--- a/test/data/suppliermodule_test.py
+++ b/pylint/test/data/suppliermodule_test.py
diff --git a/test/functional/__init__.py b/pylint/test/functional/__init__.py
index e69de29..e69de29 100644
--- a/test/functional/__init__.py
+++ b/pylint/test/functional/__init__.py
diff --git a/test/functional/abstract_abc_methods.py b/pylint/test/functional/abstract_abc_methods.py
index 6a21d90..6a21d90 100644
--- a/test/functional/abstract_abc_methods.py
+++ b/pylint/test/functional/abstract_abc_methods.py
diff --git a/test/functional/abstract_class_instantiated_py2.py b/pylint/test/functional/abstract_class_instantiated_py2.py
index 670abd4..670abd4 100644
--- a/test/functional/abstract_class_instantiated_py2.py
+++ b/pylint/test/functional/abstract_class_instantiated_py2.py
diff --git a/test/functional/abstract_class_instantiated_py2.rc b/pylint/test/functional/abstract_class_instantiated_py2.rc
index b11e16d..b11e16d 100644
--- a/test/functional/abstract_class_instantiated_py2.rc
+++ b/pylint/test/functional/abstract_class_instantiated_py2.rc
diff --git a/test/functional/abstract_class_instantiated_py2.txt b/pylint/test/functional/abstract_class_instantiated_py2.txt
index 68e7eb5..68e7eb5 100644
--- a/test/functional/abstract_class_instantiated_py2.txt
+++ b/pylint/test/functional/abstract_class_instantiated_py2.txt
diff --git a/test/functional/abstract_class_instantiated_py3.py b/pylint/test/functional/abstract_class_instantiated_py3.py
index 8d94733..8d94733 100644
--- a/test/functional/abstract_class_instantiated_py3.py
+++ b/pylint/test/functional/abstract_class_instantiated_py3.py
diff --git a/test/functional/abstract_class_instantiated_py3.rc b/pylint/test/functional/abstract_class_instantiated_py3.rc
index a2ab06c..a2ab06c 100644
--- a/test/functional/abstract_class_instantiated_py3.rc
+++ b/pylint/test/functional/abstract_class_instantiated_py3.rc
diff --git a/test/functional/abstract_class_instantiated_py3.txt b/pylint/test/functional/abstract_class_instantiated_py3.txt
index b2e70a0..b2e70a0 100644
--- a/test/functional/abstract_class_instantiated_py3.txt
+++ b/pylint/test/functional/abstract_class_instantiated_py3.txt
diff --git a/test/functional/abstract_class_instantiated_py34.py b/pylint/test/functional/abstract_class_instantiated_py34.py
index 8f710a2..8f710a2 100644
--- a/test/functional/abstract_class_instantiated_py34.py
+++ b/pylint/test/functional/abstract_class_instantiated_py34.py
diff --git a/test/functional/abstract_class_instantiated_py34.rc b/pylint/test/functional/abstract_class_instantiated_py34.rc
index 1fb7b87..1fb7b87 100644
--- a/test/functional/abstract_class_instantiated_py34.rc
+++ b/pylint/test/functional/abstract_class_instantiated_py34.rc
diff --git a/test/functional/abstract_class_instantiated_py34.txt b/pylint/test/functional/abstract_class_instantiated_py34.txt
index afee975..afee975 100644
--- a/test/functional/abstract_class_instantiated_py34.txt
+++ b/pylint/test/functional/abstract_class_instantiated_py34.txt
diff --git a/test/functional/abstract_method_py2.py b/pylint/test/functional/abstract_method_py2.py
index d71faba..d71faba 100644
--- a/test/functional/abstract_method_py2.py
+++ b/pylint/test/functional/abstract_method_py2.py
diff --git a/test/functional/abstract_method_py2.rc b/pylint/test/functional/abstract_method_py2.rc
index b11e16d..b11e16d 100644
--- a/test/functional/abstract_method_py2.rc
+++ b/pylint/test/functional/abstract_method_py2.rc
diff --git a/test/functional/abstract_method_py2.txt b/pylint/test/functional/abstract_method_py2.txt
index 4ccf9ca..4ccf9ca 100644
--- a/test/functional/abstract_method_py2.txt
+++ b/pylint/test/functional/abstract_method_py2.txt
diff --git a/test/functional/abstract_method_py3.py b/pylint/test/functional/abstract_method_py3.py
index 308a6e5..308a6e5 100644
--- a/test/functional/abstract_method_py3.py
+++ b/pylint/test/functional/abstract_method_py3.py
diff --git a/test/functional/abstract_method_py3.rc b/pylint/test/functional/abstract_method_py3.rc
index a2ab06c..a2ab06c 100644
--- a/test/functional/abstract_method_py3.rc
+++ b/pylint/test/functional/abstract_method_py3.rc
diff --git a/test/functional/abstract_method_py3.txt b/pylint/test/functional/abstract_method_py3.txt
index fd01e9a..fd01e9a 100644
--- a/test/functional/abstract_method_py3.txt
+++ b/pylint/test/functional/abstract_method_py3.txt
diff --git a/test/functional/access_to__name__.py b/pylint/test/functional/access_to__name__.py
index 45e500e..45e500e 100644
--- a/test/functional/access_to__name__.py
+++ b/pylint/test/functional/access_to__name__.py
diff --git a/test/functional/access_to__name__.txt b/pylint/test/functional/access_to__name__.txt
index ecf5ffd..ecf5ffd 100644
--- a/test/functional/access_to__name__.txt
+++ b/pylint/test/functional/access_to__name__.txt
diff --git a/test/functional/access_to_protected_members.py b/pylint/test/functional/access_to_protected_members.py
index 809e7dc..809e7dc 100644
--- a/test/functional/access_to_protected_members.py
+++ b/pylint/test/functional/access_to_protected_members.py
diff --git a/test/functional/access_to_protected_members.txt b/pylint/test/functional/access_to_protected_members.txt
index b933c23..b933c23 100644
--- a/test/functional/access_to_protected_members.txt
+++ b/pylint/test/functional/access_to_protected_members.txt
diff --git a/test/functional/anomalous_unicode_escape.py b/pylint/test/functional/anomalous_unicode_escape.py
index 19a6912..19a6912 100644
--- a/test/functional/anomalous_unicode_escape.py
+++ b/pylint/test/functional/anomalous_unicode_escape.py
diff --git a/test/functional/anomalous_unicode_escape.txt b/pylint/test/functional/anomalous_unicode_escape.txt
index c242cb9..c242cb9 100644
--- a/test/functional/anomalous_unicode_escape.txt
+++ b/pylint/test/functional/anomalous_unicode_escape.txt
diff --git a/test/functional/arguments.py b/pylint/test/functional/arguments.py
index 4517f69..4517f69 100644
--- a/test/functional/arguments.py
+++ b/pylint/test/functional/arguments.py
diff --git a/test/functional/arguments.txt b/pylint/test/functional/arguments.txt
index 050f2c4..050f2c4 100644
--- a/test/functional/arguments.txt
+++ b/pylint/test/functional/arguments.txt
diff --git a/test/functional/assigning_non_slot.py b/pylint/test/functional/assigning_non_slot.py
index b80c32e..b80c32e 100644
--- a/test/functional/assigning_non_slot.py
+++ b/pylint/test/functional/assigning_non_slot.py
diff --git a/test/functional/assigning_non_slot.txt b/pylint/test/functional/assigning_non_slot.txt
index ad32066..ad32066 100644
--- a/test/functional/assigning_non_slot.txt
+++ b/pylint/test/functional/assigning_non_slot.txt
diff --git a/test/functional/bad_context_manager.py b/pylint/test/functional/bad_context_manager.py
index 9bddbcf..9bddbcf 100644
--- a/test/functional/bad_context_manager.py
+++ b/pylint/test/functional/bad_context_manager.py
diff --git a/test/functional/bad_context_manager.txt b/pylint/test/functional/bad_context_manager.txt
index b305484..b305484 100644
--- a/test/functional/bad_context_manager.txt
+++ b/pylint/test/functional/bad_context_manager.txt
diff --git a/test/functional/bad_continuation.py b/pylint/test/functional/bad_continuation.py
index d7e90c0..d7e90c0 100644
--- a/test/functional/bad_continuation.py
+++ b/pylint/test/functional/bad_continuation.py
diff --git a/test/functional/bad_continuation.txt b/pylint/test/functional/bad_continuation.txt
index f970780..f970780 100644
--- a/test/functional/bad_continuation.txt
+++ b/pylint/test/functional/bad_continuation.txt
diff --git a/test/functional/bad_inline_option.py b/pylint/test/functional/bad_inline_option.py
index be6e240..be6e240 100644
--- a/test/functional/bad_inline_option.py
+++ b/pylint/test/functional/bad_inline_option.py
diff --git a/test/functional/bad_inline_option.rc b/pylint/test/functional/bad_inline_option.rc
index b211d72..b211d72 100644
--- a/test/functional/bad_inline_option.rc
+++ b/pylint/test/functional/bad_inline_option.rc
diff --git a/test/functional/bad_inline_option.txt b/pylint/test/functional/bad_inline_option.txt
index 91ac1af..91ac1af 100644
--- a/test/functional/bad_inline_option.txt
+++ b/pylint/test/functional/bad_inline_option.txt
diff --git a/test/functional/bad_open_mode.py b/pylint/test/functional/bad_open_mode.py
index 6b749de..6b749de 100644
--- a/test/functional/bad_open_mode.py
+++ b/pylint/test/functional/bad_open_mode.py
diff --git a/test/functional/bad_open_mode.rc b/pylint/test/functional/bad_open_mode.rc
index b9ab977..b9ab977 100644
--- a/test/functional/bad_open_mode.rc
+++ b/pylint/test/functional/bad_open_mode.rc
diff --git a/test/functional/bad_open_mode.txt b/pylint/test/functional/bad_open_mode.txt
index b022286..b022286 100644
--- a/test/functional/bad_open_mode.txt
+++ b/pylint/test/functional/bad_open_mode.txt
diff --git a/test/functional/bad_open_mode_py3.py b/pylint/test/functional/bad_open_mode_py3.py
index 0812f5a..0812f5a 100644
--- a/test/functional/bad_open_mode_py3.py
+++ b/pylint/test/functional/bad_open_mode_py3.py
diff --git a/test/functional/bad_open_mode_py3.rc b/pylint/test/functional/bad_open_mode_py3.rc
index c4033f8..c4033f8 100644
--- a/test/functional/bad_open_mode_py3.rc
+++ b/pylint/test/functional/bad_open_mode_py3.rc
diff --git a/test/functional/bad_open_mode_py3.txt b/pylint/test/functional/bad_open_mode_py3.txt
index 0be0ea8..0be0ea8 100644
--- a/test/functional/bad_open_mode_py3.txt
+++ b/pylint/test/functional/bad_open_mode_py3.txt
diff --git a/test/functional/bad_reversed_sequence.py b/pylint/test/functional/bad_reversed_sequence.py
index 6fda2c0..6fda2c0 100644
--- a/test/functional/bad_reversed_sequence.py
+++ b/pylint/test/functional/bad_reversed_sequence.py
diff --git a/test/functional/bad_reversed_sequence.txt b/pylint/test/functional/bad_reversed_sequence.txt
index ccdec39..ccdec39 100644
--- a/test/functional/bad_reversed_sequence.txt
+++ b/pylint/test/functional/bad_reversed_sequence.txt
diff --git a/test/functional/boolean_datetime.py b/pylint/test/functional/boolean_datetime.py
index 0ca5c38..0ca5c38 100644
--- a/test/functional/boolean_datetime.py
+++ b/pylint/test/functional/boolean_datetime.py
diff --git a/test/functional/boolean_datetime.txt b/pylint/test/functional/boolean_datetime.txt
index f3287d4..f3287d4 100644
--- a/test/functional/boolean_datetime.txt
+++ b/pylint/test/functional/boolean_datetime.txt
diff --git a/test/functional/cellvar_escaping_loop.py b/pylint/test/functional/cellvar_escaping_loop.py
index dfacaf4..dfacaf4 100644
--- a/test/functional/cellvar_escaping_loop.py
+++ b/pylint/test/functional/cellvar_escaping_loop.py
diff --git a/test/functional/cellvar_escaping_loop.txt b/pylint/test/functional/cellvar_escaping_loop.txt
index 90d787e..90d787e 100644
--- a/test/functional/cellvar_escaping_loop.txt
+++ b/pylint/test/functional/cellvar_escaping_loop.txt
diff --git a/test/functional/class_members_py27.py b/pylint/test/functional/class_members_py27.py
index 40423b1..40423b1 100644
--- a/test/functional/class_members_py27.py
+++ b/pylint/test/functional/class_members_py27.py
diff --git a/test/functional/class_members_py27.rc b/pylint/test/functional/class_members_py27.rc
index 80170b7..80170b7 100644
--- a/test/functional/class_members_py27.rc
+++ b/pylint/test/functional/class_members_py27.rc
diff --git a/test/functional/class_members_py27.txt b/pylint/test/functional/class_members_py27.txt
index e5e6005..e5e6005 100644
--- a/test/functional/class_members_py27.txt
+++ b/pylint/test/functional/class_members_py27.txt
diff --git a/test/functional/class_members_py30.py b/pylint/test/functional/class_members_py30.py
index c9b2612..c9b2612 100644
--- a/test/functional/class_members_py30.py
+++ b/pylint/test/functional/class_members_py30.py
diff --git a/test/functional/class_members_py30.rc b/pylint/test/functional/class_members_py30.rc
index 8c6eb56..8c6eb56 100644
--- a/test/functional/class_members_py30.rc
+++ b/pylint/test/functional/class_members_py30.rc
diff --git a/test/functional/class_members_py30.txt b/pylint/test/functional/class_members_py30.txt
index 4696579..4696579 100644
--- a/test/functional/class_members_py30.txt
+++ b/pylint/test/functional/class_members_py30.txt
diff --git a/test/functional/class_scope.py b/pylint/test/functional/class_scope.py
index 68956c6..68956c6 100644
--- a/test/functional/class_scope.py
+++ b/pylint/test/functional/class_scope.py
diff --git a/test/functional/class_scope.txt b/pylint/test/functional/class_scope.txt
index ea6c45a..ea6c45a 100644
--- a/test/functional/class_scope.txt
+++ b/pylint/test/functional/class_scope.txt
diff --git a/test/functional/confidence_filter.py b/pylint/test/functional/confidence_filter.py
index 64cc8c4..64cc8c4 100644
--- a/test/functional/confidence_filter.py
+++ b/pylint/test/functional/confidence_filter.py
diff --git a/test/functional/confidence_filter.rc b/pylint/test/functional/confidence_filter.rc
index 74953b6..74953b6 100644
--- a/test/functional/confidence_filter.rc
+++ b/pylint/test/functional/confidence_filter.rc
diff --git a/test/functional/confidence_filter.txt b/pylint/test/functional/confidence_filter.txt
index 308035d..308035d 100644
--- a/test/functional/confidence_filter.txt
+++ b/pylint/test/functional/confidence_filter.txt
diff --git a/test/functional/crash_missing_module_type.py b/pylint/test/functional/crash_missing_module_type.py
index a471ad8..a471ad8 100644
--- a/test/functional/crash_missing_module_type.py
+++ b/pylint/test/functional/crash_missing_module_type.py
diff --git a/test/functional/crash_missing_module_type.txt b/pylint/test/functional/crash_missing_module_type.txt
index e69de29..e69de29 100644
--- a/test/functional/crash_missing_module_type.txt
+++ b/pylint/test/functional/crash_missing_module_type.txt
diff --git a/test/functional/ctor_arguments.py b/pylint/test/functional/ctor_arguments.py
index 7dc0a09..7dc0a09 100644
--- a/test/functional/ctor_arguments.py
+++ b/pylint/test/functional/ctor_arguments.py
diff --git a/test/functional/ctor_arguments.txt b/pylint/test/functional/ctor_arguments.txt
index 85cf139..85cf139 100644
--- a/test/functional/ctor_arguments.txt
+++ b/pylint/test/functional/ctor_arguments.txt
diff --git a/test/functional/defined_and_used_on_same_line.py b/pylint/test/functional/defined_and_used_on_same_line.py
index fc19dc7..fc19dc7 100644
--- a/test/functional/defined_and_used_on_same_line.py
+++ b/pylint/test/functional/defined_and_used_on_same_line.py
diff --git a/test/functional/docstrings.py b/pylint/test/functional/docstrings.py
index 8b92b08..8b92b08 100644
--- a/test/functional/docstrings.py
+++ b/pylint/test/functional/docstrings.py
diff --git a/test/functional/docstrings.txt b/pylint/test/functional/docstrings.txt
index e30e462..e30e462 100644
--- a/test/functional/docstrings.txt
+++ b/pylint/test/functional/docstrings.txt
diff --git a/test/functional/duplicate_dict_literal_key.py b/pylint/test/functional/duplicate_dict_literal_key.py
index f74e10e..f74e10e 100644
--- a/test/functional/duplicate_dict_literal_key.py
+++ b/pylint/test/functional/duplicate_dict_literal_key.py
diff --git a/test/functional/duplicate_dict_literal_key.txt b/pylint/test/functional/duplicate_dict_literal_key.txt
index 9780480..9780480 100644
--- a/test/functional/duplicate_dict_literal_key.txt
+++ b/pylint/test/functional/duplicate_dict_literal_key.txt
diff --git a/test/functional/exception_is_binary_op.py b/pylint/test/functional/exception_is_binary_op.py
index b9c51d4..b9c51d4 100644
--- a/test/functional/exception_is_binary_op.py
+++ b/pylint/test/functional/exception_is_binary_op.py
diff --git a/test/functional/exception_is_binary_op.txt b/pylint/test/functional/exception_is_binary_op.txt
index e6512c9..e6512c9 100644
--- a/test/functional/exception_is_binary_op.txt
+++ b/pylint/test/functional/exception_is_binary_op.txt
diff --git a/test/functional/formatting.txt b/pylint/test/functional/formatting.txt
index e69de29..e69de29 100644
--- a/test/functional/formatting.txt
+++ b/pylint/test/functional/formatting.txt
diff --git a/test/functional/future_import.py b/pylint/test/functional/future_import.py
index e4d3785..e4d3785 100644
--- a/test/functional/future_import.py
+++ b/pylint/test/functional/future_import.py
diff --git a/test/functional/future_unicode_literals.py b/pylint/test/functional/future_unicode_literals.py
index 30c2bd6..30c2bd6 100644
--- a/test/functional/future_unicode_literals.py
+++ b/pylint/test/functional/future_unicode_literals.py
diff --git a/test/functional/future_unicode_literals.txt b/pylint/test/functional/future_unicode_literals.txt
index 60d291e..60d291e 100644
--- a/test/functional/future_unicode_literals.txt
+++ b/pylint/test/functional/future_unicode_literals.txt
diff --git a/test/functional/generated_members.py b/pylint/test/functional/generated_members.py
index e7b1def..e7b1def 100644
--- a/test/functional/generated_members.py
+++ b/pylint/test/functional/generated_members.py
diff --git a/test/functional/generated_members.rc b/pylint/test/functional/generated_members.rc
index 4657c4e..4657c4e 100644
--- a/test/functional/generated_members.rc
+++ b/pylint/test/functional/generated_members.rc
diff --git a/test/functional/genexpr_variable_scope.py b/pylint/test/functional/genexpr_variable_scope.py
index a00d72d..a00d72d 100644
--- a/test/functional/genexpr_variable_scope.py
+++ b/pylint/test/functional/genexpr_variable_scope.py
diff --git a/test/functional/genexpr_variable_scope.txt b/pylint/test/functional/genexpr_variable_scope.txt
index 3cfa6c5..3cfa6c5 100644
--- a/test/functional/genexpr_variable_scope.txt
+++ b/pylint/test/functional/genexpr_variable_scope.txt
diff --git a/test/functional/globals.py b/pylint/test/functional/globals.py
index c2844b1..c2844b1 100644
--- a/test/functional/globals.py
+++ b/pylint/test/functional/globals.py
diff --git a/test/functional/globals.txt b/pylint/test/functional/globals.txt
index c675906..c675906 100644
--- a/test/functional/globals.txt
+++ b/pylint/test/functional/globals.txt
diff --git a/test/functional/import_error.py b/pylint/test/functional/import_error.py
index e44f16f..e44f16f 100644
--- a/test/functional/import_error.py
+++ b/pylint/test/functional/import_error.py
diff --git a/test/functional/import_error.txt b/pylint/test/functional/import_error.txt
index 0602d2a..0602d2a 100644
--- a/test/functional/import_error.txt
+++ b/pylint/test/functional/import_error.txt
diff --git a/test/functional/indexing_exception.py b/pylint/test/functional/indexing_exception.py
index 7ea50d5..7ea50d5 100644
--- a/test/functional/indexing_exception.py
+++ b/pylint/test/functional/indexing_exception.py
diff --git a/test/functional/indexing_exception.rc b/pylint/test/functional/indexing_exception.rc
index 9540bc9..9540bc9 100644
--- a/test/functional/indexing_exception.rc
+++ b/pylint/test/functional/indexing_exception.rc
diff --git a/test/functional/indexing_exception.txt b/pylint/test/functional/indexing_exception.txt
index 9f30678..9f30678 100644
--- a/test/functional/indexing_exception.txt
+++ b/pylint/test/functional/indexing_exception.txt
diff --git a/test/functional/inherit_non_class.py b/pylint/test/functional/inherit_non_class.py
index 73b064b..73b064b 100644
--- a/test/functional/inherit_non_class.py
+++ b/pylint/test/functional/inherit_non_class.py
diff --git a/test/functional/inherit_non_class.txt b/pylint/test/functional/inherit_non_class.txt
index 6821f3b..6821f3b 100644
--- a/test/functional/inherit_non_class.txt
+++ b/pylint/test/functional/inherit_non_class.txt
diff --git a/test/functional/init_not_called.py b/pylint/test/functional/init_not_called.py
index e22be39..e22be39 100644
--- a/test/functional/init_not_called.py
+++ b/pylint/test/functional/init_not_called.py
diff --git a/test/functional/init_not_called.txt b/pylint/test/functional/init_not_called.txt
index b0bc418..b0bc418 100644
--- a/test/functional/init_not_called.txt
+++ b/pylint/test/functional/init_not_called.txt
diff --git a/test/functional/invalid__all__object.py b/pylint/test/functional/invalid__all__object.py
index 2a1a592..2a1a592 100644
--- a/test/functional/invalid__all__object.py
+++ b/pylint/test/functional/invalid__all__object.py
diff --git a/test/functional/invalid__all__object.txt b/pylint/test/functional/invalid__all__object.txt
index 03ad496..03ad496 100644
--- a/test/functional/invalid__all__object.txt
+++ b/pylint/test/functional/invalid__all__object.txt
diff --git a/test/functional/invalid_encoded_data.py b/pylint/test/functional/invalid_encoded_data.py
index 743031c..743031c 100644
--- a/test/functional/invalid_encoded_data.py
+++ b/pylint/test/functional/invalid_encoded_data.py
diff --git a/test/functional/invalid_encoded_data.txt b/pylint/test/functional/invalid_encoded_data.txt
index c6e69dc..c6e69dc 100644
--- a/test/functional/invalid_encoded_data.txt
+++ b/pylint/test/functional/invalid_encoded_data.txt
diff --git a/test/functional/invalid_exceptions_caught.py b/pylint/test/functional/invalid_exceptions_caught.py
index c58d2e9..c58d2e9 100644
--- a/test/functional/invalid_exceptions_caught.py
+++ b/pylint/test/functional/invalid_exceptions_caught.py
diff --git a/test/functional/invalid_exceptions_caught.txt b/pylint/test/functional/invalid_exceptions_caught.txt
index d2e6f3c..d2e6f3c 100644
--- a/test/functional/invalid_exceptions_caught.txt
+++ b/pylint/test/functional/invalid_exceptions_caught.txt
diff --git a/test/functional/invalid_exceptions_raised.py b/pylint/test/functional/invalid_exceptions_raised.py
index ee03de8..ee03de8 100644
--- a/test/functional/invalid_exceptions_raised.py
+++ b/pylint/test/functional/invalid_exceptions_raised.py
diff --git a/test/functional/invalid_exceptions_raised.txt b/pylint/test/functional/invalid_exceptions_raised.txt
index 2ec253c..2ec253c 100644
--- a/test/functional/invalid_exceptions_raised.txt
+++ b/pylint/test/functional/invalid_exceptions_raised.txt
diff --git a/test/functional/invalid_name.py b/pylint/test/functional/invalid_name.py
index e86cfb3..e86cfb3 100644
--- a/test/functional/invalid_name.py
+++ b/pylint/test/functional/invalid_name.py
diff --git a/test/functional/invalid_name.txt b/pylint/test/functional/invalid_name.txt
index 0c8eafe..0c8eafe 100644
--- a/test/functional/invalid_name.txt
+++ b/pylint/test/functional/invalid_name.txt
diff --git a/test/functional/invalid_slice_index.py b/pylint/test/functional/invalid_slice_index.py
index 63ba252..63ba252 100644
--- a/test/functional/invalid_slice_index.py
+++ b/pylint/test/functional/invalid_slice_index.py
diff --git a/test/functional/invalid_slice_index.txt b/pylint/test/functional/invalid_slice_index.txt
index cd4dc6e..cd4dc6e 100644
--- a/test/functional/invalid_slice_index.txt
+++ b/pylint/test/functional/invalid_slice_index.txt
diff --git a/test/functional/line_endings.py b/pylint/test/functional/line_endings.py
index d6bc3fc..d6bc3fc 100644
--- a/test/functional/line_endings.py
+++ b/pylint/test/functional/line_endings.py
diff --git a/test/functional/line_endings.rc b/pylint/test/functional/line_endings.rc
index 95532ea..95532ea 100644
--- a/test/functional/line_endings.rc
+++ b/pylint/test/functional/line_endings.rc
diff --git a/test/functional/line_endings.txt b/pylint/test/functional/line_endings.txt
index a18a872..a18a872 100644
--- a/test/functional/line_endings.txt
+++ b/pylint/test/functional/line_endings.txt
diff --git a/test/functional/long_lines_with_utf8.py b/pylint/test/functional/long_lines_with_utf8.py
index a1d90ed..a1d90ed 100644
--- a/test/functional/long_lines_with_utf8.py
+++ b/pylint/test/functional/long_lines_with_utf8.py
diff --git a/test/functional/long_lines_with_utf8.txt b/pylint/test/functional/long_lines_with_utf8.txt
index 42a7976..42a7976 100644
--- a/test/functional/long_lines_with_utf8.txt
+++ b/pylint/test/functional/long_lines_with_utf8.txt
diff --git a/test/functional/member_checks.py b/pylint/test/functional/member_checks.py
index 78c4625..78c4625 100644
--- a/test/functional/member_checks.py
+++ b/pylint/test/functional/member_checks.py
diff --git a/test/functional/member_checks.txt b/pylint/test/functional/member_checks.txt
index 12fe6ee..12fe6ee 100644
--- a/test/functional/member_checks.txt
+++ b/pylint/test/functional/member_checks.txt
diff --git a/test/functional/method_hidden.py b/pylint/test/functional/method_hidden.py
index 98fd4c7..98fd4c7 100644
--- a/test/functional/method_hidden.py
+++ b/pylint/test/functional/method_hidden.py
diff --git a/test/functional/method_hidden.txt b/pylint/test/functional/method_hidden.txt
index c15f3bc..c15f3bc 100644
--- a/test/functional/method_hidden.txt
+++ b/pylint/test/functional/method_hidden.txt
diff --git a/test/functional/missing_final_newline.py b/pylint/test/functional/missing_final_newline.py
index 370f902..370f902 100644
--- a/test/functional/missing_final_newline.py
+++ b/pylint/test/functional/missing_final_newline.py
diff --git a/test/functional/missing_final_newline.txt b/pylint/test/functional/missing_final_newline.txt
index b53c980..b53c980 100644
--- a/test/functional/missing_final_newline.txt
+++ b/pylint/test/functional/missing_final_newline.txt
diff --git a/test/functional/missing_self_argument.py b/pylint/test/functional/missing_self_argument.py
index 6477fcf..6477fcf 100644
--- a/test/functional/missing_self_argument.py
+++ b/pylint/test/functional/missing_self_argument.py
diff --git a/test/functional/missing_self_argument.txt b/pylint/test/functional/missing_self_argument.txt
index 1deef18..1deef18 100644
--- a/test/functional/missing_self_argument.txt
+++ b/pylint/test/functional/missing_self_argument.txt
diff --git a/test/functional/name_styles.py b/pylint/test/functional/name_styles.py
index 05abeb7..05abeb7 100644
--- a/test/functional/name_styles.py
+++ b/pylint/test/functional/name_styles.py
diff --git a/test/functional/name_styles.rc b/pylint/test/functional/name_styles.rc
index 1a63e67..1a63e67 100644
--- a/test/functional/name_styles.rc
+++ b/pylint/test/functional/name_styles.rc
diff --git a/test/functional/name_styles.txt b/pylint/test/functional/name_styles.txt
index 0d578c8..0d578c8 100644
--- a/test/functional/name_styles.txt
+++ b/pylint/test/functional/name_styles.txt
diff --git a/test/functional/namedtuple_member_inference.py b/pylint/test/functional/namedtuple_member_inference.py
index 7283db2..7283db2 100644
--- a/test/functional/namedtuple_member_inference.py
+++ b/pylint/test/functional/namedtuple_member_inference.py
diff --git a/test/functional/namedtuple_member_inference.txt b/pylint/test/functional/namedtuple_member_inference.txt
index 1532814..1532814 100644
--- a/test/functional/namedtuple_member_inference.txt
+++ b/pylint/test/functional/namedtuple_member_inference.txt
diff --git a/test/functional/names_in__all__.py b/pylint/test/functional/names_in__all__.py
index 6d365e0..6d365e0 100644
--- a/test/functional/names_in__all__.py
+++ b/pylint/test/functional/names_in__all__.py
diff --git a/test/functional/names_in__all__.txt b/pylint/test/functional/names_in__all__.txt
index 6cd7ae5..6cd7ae5 100644
--- a/test/functional/names_in__all__.txt
+++ b/pylint/test/functional/names_in__all__.txt
diff --git a/test/functional/newstyle__slots__.py b/pylint/test/functional/newstyle__slots__.py
index 306d6a1..306d6a1 100644
--- a/test/functional/newstyle__slots__.py
+++ b/pylint/test/functional/newstyle__slots__.py
diff --git a/test/functional/newstyle__slots__.txt b/pylint/test/functional/newstyle__slots__.txt
index 4320390..4320390 100644
--- a/test/functional/newstyle__slots__.txt
+++ b/pylint/test/functional/newstyle__slots__.txt
diff --git a/test/functional/newstyle_properties.py b/pylint/test/functional/newstyle_properties.py
index 110fa3b..110fa3b 100644
--- a/test/functional/newstyle_properties.py
+++ b/pylint/test/functional/newstyle_properties.py
diff --git a/test/functional/newstyle_properties.txt b/pylint/test/functional/newstyle_properties.txt
index a16686b..a16686b 100644
--- a/test/functional/newstyle_properties.txt
+++ b/pylint/test/functional/newstyle_properties.txt
diff --git a/test/functional/no_name_in_module.py b/pylint/test/functional/no_name_in_module.py
index dc384b3..dc384b3 100644
--- a/test/functional/no_name_in_module.py
+++ b/pylint/test/functional/no_name_in_module.py
diff --git a/test/functional/no_name_in_module.txt b/pylint/test/functional/no_name_in_module.txt
index 6961d83..6961d83 100644
--- a/test/functional/no_name_in_module.txt
+++ b/pylint/test/functional/no_name_in_module.txt
diff --git a/test/functional/old_style_class_py27.py b/pylint/test/functional/old_style_class_py27.py
index 1149325..1149325 100644
--- a/test/functional/old_style_class_py27.py
+++ b/pylint/test/functional/old_style_class_py27.py
diff --git a/test/functional/old_style_class_py27.rc b/pylint/test/functional/old_style_class_py27.rc
index a650233..a650233 100644
--- a/test/functional/old_style_class_py27.rc
+++ b/pylint/test/functional/old_style_class_py27.rc
diff --git a/test/functional/old_style_class_py27.txt b/pylint/test/functional/old_style_class_py27.txt
index c46a7b6..c46a7b6 100644
--- a/test/functional/old_style_class_py27.txt
+++ b/pylint/test/functional/old_style_class_py27.txt
diff --git a/test/functional/pygtk_enum_crash.py b/pylint/test/functional/pygtk_enum_crash.py
index 471afe3..471afe3 100644
--- a/test/functional/pygtk_enum_crash.py
+++ b/pylint/test/functional/pygtk_enum_crash.py
diff --git a/test/functional/pygtk_enum_crash.rc b/pylint/test/functional/pygtk_enum_crash.rc
index 7a6c0af..7a6c0af 100644
--- a/test/functional/pygtk_enum_crash.rc
+++ b/pylint/test/functional/pygtk_enum_crash.rc
diff --git a/test/functional/pygtk_import.py b/pylint/test/functional/pygtk_import.py
index 231885e..231885e 100644
--- a/test/functional/pygtk_import.py
+++ b/pylint/test/functional/pygtk_import.py
diff --git a/test/functional/pygtk_import.rc b/pylint/test/functional/pygtk_import.rc
index 7a6c0af..7a6c0af 100644
--- a/test/functional/pygtk_import.rc
+++ b/pylint/test/functional/pygtk_import.rc
diff --git a/test/functional/raising_non_exception_py3.py b/pylint/test/functional/raising_non_exception_py3.py
index f7013e2..f7013e2 100644
--- a/test/functional/raising_non_exception_py3.py
+++ b/pylint/test/functional/raising_non_exception_py3.py
diff --git a/test/functional/raising_non_exception_py3.rc b/pylint/test/functional/raising_non_exception_py3.rc
index c093be2..c093be2 100644
--- a/test/functional/raising_non_exception_py3.rc
+++ b/pylint/test/functional/raising_non_exception_py3.rc
diff --git a/test/functional/raising_non_exception_py3.txt b/pylint/test/functional/raising_non_exception_py3.txt
index 12c8862..12c8862 100644
--- a/test/functional/raising_non_exception_py3.txt
+++ b/pylint/test/functional/raising_non_exception_py3.txt
diff --git a/test/functional/redefined_builtin.py b/pylint/test/functional/redefined_builtin.py
index c41d06d..c41d06d 100644
--- a/test/functional/redefined_builtin.py
+++ b/pylint/test/functional/redefined_builtin.py
diff --git a/test/functional/redefined_builtin.txt b/pylint/test/functional/redefined_builtin.txt
index 71518ce..71518ce 100644
--- a/test/functional/redefined_builtin.txt
+++ b/pylint/test/functional/redefined_builtin.txt
diff --git a/test/functional/redundant_unittest_assert.py b/pylint/test/functional/redundant_unittest_assert.py
index 2eb73e3..2eb73e3 100644
--- a/test/functional/redundant_unittest_assert.py
+++ b/pylint/test/functional/redundant_unittest_assert.py
diff --git a/test/functional/redundant_unittest_assert.txt b/pylint/test/functional/redundant_unittest_assert.txt
index 889d395..889d395 100644
--- a/test/functional/redundant_unittest_assert.txt
+++ b/pylint/test/functional/redundant_unittest_assert.txt
diff --git a/test/functional/slots_checks.py b/pylint/test/functional/slots_checks.py
index d49681b..d49681b 100644
--- a/test/functional/slots_checks.py
+++ b/pylint/test/functional/slots_checks.py
diff --git a/test/functional/slots_checks.txt b/pylint/test/functional/slots_checks.txt
index 7e90a4a..7e90a4a 100644
--- a/test/functional/slots_checks.txt
+++ b/pylint/test/functional/slots_checks.txt
diff --git a/test/functional/socketerror_import.py b/pylint/test/functional/socketerror_import.py
index 5028f02..5028f02 100644
--- a/test/functional/socketerror_import.py
+++ b/pylint/test/functional/socketerror_import.py
diff --git a/test/functional/statement_without_effect.py b/pylint/test/functional/statement_without_effect.py
index b1aaadf..b1aaadf 100644
--- a/test/functional/statement_without_effect.py
+++ b/pylint/test/functional/statement_without_effect.py
diff --git a/test/functional/statement_without_effect.txt b/pylint/test/functional/statement_without_effect.txt
index 81fc51b..81fc51b 100644
--- a/test/functional/statement_without_effect.txt
+++ b/pylint/test/functional/statement_without_effect.txt
diff --git a/test/functional/string_formatting.py b/pylint/test/functional/string_formatting.py
index dd7e4ea..dd7e4ea 100644
--- a/test/functional/string_formatting.py
+++ b/pylint/test/functional/string_formatting.py
diff --git a/test/functional/string_formatting.txt b/pylint/test/functional/string_formatting.txt
index b2f1849..b2f1849 100644
--- a/test/functional/string_formatting.txt
+++ b/pylint/test/functional/string_formatting.txt
diff --git a/test/functional/string_formatting_py27.py b/pylint/test/functional/string_formatting_py27.py
index d6aeae7..d6aeae7 100644
--- a/test/functional/string_formatting_py27.py
+++ b/pylint/test/functional/string_formatting_py27.py
diff --git a/test/functional/string_formatting_py27.rc b/pylint/test/functional/string_formatting_py27.rc
index 80170b7..80170b7 100644
--- a/test/functional/string_formatting_py27.rc
+++ b/pylint/test/functional/string_formatting_py27.rc
diff --git a/test/functional/string_formatting_py27.txt b/pylint/test/functional/string_formatting_py27.txt
index 47f21de..47f21de 100644
--- a/test/functional/string_formatting_py27.txt
+++ b/pylint/test/functional/string_formatting_py27.txt
diff --git a/test/functional/super_checks.py b/pylint/test/functional/super_checks.py
index 368c60c..368c60c 100644
--- a/test/functional/super_checks.py
+++ b/pylint/test/functional/super_checks.py
diff --git a/test/functional/super_checks.txt b/pylint/test/functional/super_checks.txt
index 8e7da6c..8e7da6c 100644
--- a/test/functional/super_checks.txt
+++ b/pylint/test/functional/super_checks.txt
diff --git a/test/functional/superfluous_parens.py b/pylint/test/functional/superfluous_parens.py
index 8bb3dd6..8bb3dd6 100644
--- a/test/functional/superfluous_parens.py
+++ b/pylint/test/functional/superfluous_parens.py
diff --git a/test/functional/superfluous_parens.txt b/pylint/test/functional/superfluous_parens.txt
index 9b203ee..9b203ee 100644
--- a/test/functional/superfluous_parens.txt
+++ b/pylint/test/functional/superfluous_parens.txt
diff --git a/test/functional/suspicious_str_strip_call.py b/pylint/test/functional/suspicious_str_strip_call.py
index e859f25..e859f25 100644
--- a/test/functional/suspicious_str_strip_call.py
+++ b/pylint/test/functional/suspicious_str_strip_call.py
diff --git a/test/functional/suspicious_str_strip_call.rc b/pylint/test/functional/suspicious_str_strip_call.rc
index a650233..a650233 100644
--- a/test/functional/suspicious_str_strip_call.rc
+++ b/pylint/test/functional/suspicious_str_strip_call.rc
diff --git a/test/functional/suspicious_str_strip_call.txt b/pylint/test/functional/suspicious_str_strip_call.txt
index ad714cc..ad714cc 100644
--- a/test/functional/suspicious_str_strip_call.txt
+++ b/pylint/test/functional/suspicious_str_strip_call.txt
diff --git a/test/functional/suspicious_str_strip_call_py3.py b/pylint/test/functional/suspicious_str_strip_call_py3.py
index e859f25..e859f25 100644
--- a/test/functional/suspicious_str_strip_call_py3.py
+++ b/pylint/test/functional/suspicious_str_strip_call_py3.py
diff --git a/test/functional/suspicious_str_strip_call_py3.rc b/pylint/test/functional/suspicious_str_strip_call_py3.rc
index c093be2..c093be2 100644
--- a/test/functional/suspicious_str_strip_call_py3.rc
+++ b/pylint/test/functional/suspicious_str_strip_call_py3.rc
diff --git a/test/functional/suspicious_str_strip_call_py3.txt b/pylint/test/functional/suspicious_str_strip_call_py3.txt
index 81f32cf..81f32cf 100644
--- a/test/functional/suspicious_str_strip_call_py3.txt
+++ b/pylint/test/functional/suspicious_str_strip_call_py3.txt
diff --git a/test/functional/too_many_branches.py b/pylint/test/functional/too_many_branches.py
index 54428fd..54428fd 100644
--- a/test/functional/too_many_branches.py
+++ b/pylint/test/functional/too_many_branches.py
diff --git a/test/functional/too_many_branches.txt b/pylint/test/functional/too_many_branches.txt
index fbc82cc..fbc82cc 100644
--- a/test/functional/too_many_branches.txt
+++ b/pylint/test/functional/too_many_branches.txt
diff --git a/test/functional/too_many_lines_disabled.py b/pylint/test/functional/too_many_lines_disabled.py
index 1b0866d..1b0866d 100644
--- a/test/functional/too_many_lines_disabled.py
+++ b/pylint/test/functional/too_many_lines_disabled.py
diff --git a/test/functional/unbalanced_tuple_unpacking.py b/pylint/test/functional/unbalanced_tuple_unpacking.py
index f21c9d2..f21c9d2 100644
--- a/test/functional/unbalanced_tuple_unpacking.py
+++ b/pylint/test/functional/unbalanced_tuple_unpacking.py
diff --git a/test/functional/unbalanced_tuple_unpacking.txt b/pylint/test/functional/unbalanced_tuple_unpacking.txt
index 23038fb..23038fb 100644
--- a/test/functional/unbalanced_tuple_unpacking.txt
+++ b/pylint/test/functional/unbalanced_tuple_unpacking.txt
diff --git a/test/functional/unbalanced_tuple_unpacking_py30.py b/pylint/test/functional/unbalanced_tuple_unpacking_py30.py
index 68f5fb7..68f5fb7 100644
--- a/test/functional/unbalanced_tuple_unpacking_py30.py
+++ b/pylint/test/functional/unbalanced_tuple_unpacking_py30.py
diff --git a/test/functional/unbalanced_tuple_unpacking_py30.rc b/pylint/test/functional/unbalanced_tuple_unpacking_py30.rc
index 8c6eb56..8c6eb56 100644
--- a/test/functional/unbalanced_tuple_unpacking_py30.rc
+++ b/pylint/test/functional/unbalanced_tuple_unpacking_py30.rc
diff --git a/test/functional/undefined_variable.py b/pylint/test/functional/undefined_variable.py
index efaa1b8..efaa1b8 100644
--- a/test/functional/undefined_variable.py
+++ b/pylint/test/functional/undefined_variable.py
diff --git a/test/functional/undefined_variable.txt b/pylint/test/functional/undefined_variable.txt
index 497f320..497f320 100644
--- a/test/functional/undefined_variable.txt
+++ b/pylint/test/functional/undefined_variable.txt
diff --git a/test/functional/undefined_variable_py30.py b/pylint/test/functional/undefined_variable_py30.py
index 40cbdcc..40cbdcc 100644
--- a/test/functional/undefined_variable_py30.py
+++ b/pylint/test/functional/undefined_variable_py30.py
diff --git a/test/functional/undefined_variable_py30.rc b/pylint/test/functional/undefined_variable_py30.rc
index c093be2..c093be2 100644
--- a/test/functional/undefined_variable_py30.rc
+++ b/pylint/test/functional/undefined_variable_py30.rc
diff --git a/test/functional/undefined_variable_py30.txt b/pylint/test/functional/undefined_variable_py30.txt
index f6a7596..f6a7596 100644
--- a/test/functional/undefined_variable_py30.txt
+++ b/pylint/test/functional/undefined_variable_py30.txt
diff --git a/test/functional/uninferable_all_object.py b/pylint/test/functional/uninferable_all_object.py
index 3e565f9..3e565f9 100644
--- a/test/functional/uninferable_all_object.py
+++ b/pylint/test/functional/uninferable_all_object.py
diff --git a/test/functional/unknown_encoding_py29.py b/pylint/test/functional/unknown_encoding_py29.py
index aeb2be6..aeb2be6 100644
--- a/test/functional/unknown_encoding_py29.py
+++ b/pylint/test/functional/unknown_encoding_py29.py
diff --git a/test/functional/unknown_encoding_py29.rc b/pylint/test/functional/unknown_encoding_py29.rc
index 1c066fb..1c066fb 100644
--- a/test/functional/unknown_encoding_py29.rc
+++ b/pylint/test/functional/unknown_encoding_py29.rc
diff --git a/test/functional/unknown_encoding_py29.txt b/pylint/test/functional/unknown_encoding_py29.txt
index 751d696..751d696 100644
--- a/test/functional/unknown_encoding_py29.txt
+++ b/pylint/test/functional/unknown_encoding_py29.txt
diff --git a/test/functional/unknown_encoding_py30.py b/pylint/test/functional/unknown_encoding_py30.py
index 2ee5f69..2ee5f69 100644
--- a/test/functional/unknown_encoding_py30.py
+++ b/pylint/test/functional/unknown_encoding_py30.py
diff --git a/test/functional/unknown_encoding_py30.rc b/pylint/test/functional/unknown_encoding_py30.rc
index 504d932..504d932 100644
--- a/test/functional/unknown_encoding_py30.rc
+++ b/pylint/test/functional/unknown_encoding_py30.rc
diff --git a/test/functional/unknown_encoding_py30.txt b/pylint/test/functional/unknown_encoding_py30.txt
index 9a0a628..9a0a628 100644
--- a/test/functional/unknown_encoding_py30.txt
+++ b/pylint/test/functional/unknown_encoding_py30.txt
diff --git a/test/functional/unknown_encoding_pypy.py b/pylint/test/functional/unknown_encoding_pypy.py
index 2ee5f69..2ee5f69 100644
--- a/test/functional/unknown_encoding_pypy.py
+++ b/pylint/test/functional/unknown_encoding_pypy.py
diff --git a/test/functional/unknown_encoding_pypy.rc b/pylint/test/functional/unknown_encoding_pypy.rc
index 5bc0b70..5bc0b70 100644
--- a/test/functional/unknown_encoding_pypy.rc
+++ b/pylint/test/functional/unknown_encoding_pypy.rc
diff --git a/test/functional/unknown_encoding_pypy.txt b/pylint/test/functional/unknown_encoding_pypy.txt
index 489a8c6..489a8c6 100644
--- a/test/functional/unknown_encoding_pypy.txt
+++ b/pylint/test/functional/unknown_encoding_pypy.txt
diff --git a/test/functional/unnecessary_lambda.py b/pylint/test/functional/unnecessary_lambda.py
index 1c9b424..1c9b424 100644
--- a/test/functional/unnecessary_lambda.py
+++ b/pylint/test/functional/unnecessary_lambda.py
diff --git a/test/functional/unnecessary_lambda.txt b/pylint/test/functional/unnecessary_lambda.txt
index de13882..de13882 100644
--- a/test/functional/unnecessary_lambda.txt
+++ b/pylint/test/functional/unnecessary_lambda.txt
diff --git a/test/functional/unpacked_exceptions.py b/pylint/test/functional/unpacked_exceptions.py
index 1eb6675..1eb6675 100644
--- a/test/functional/unpacked_exceptions.py
+++ b/pylint/test/functional/unpacked_exceptions.py
diff --git a/test/functional/unpacked_exceptions.rc b/pylint/test/functional/unpacked_exceptions.rc
index 9540bc9..9540bc9 100644
--- a/test/functional/unpacked_exceptions.rc
+++ b/pylint/test/functional/unpacked_exceptions.rc
diff --git a/test/functional/unpacked_exceptions.txt b/pylint/test/functional/unpacked_exceptions.txt
index 1a1b034..1a1b034 100644
--- a/test/functional/unpacked_exceptions.txt
+++ b/pylint/test/functional/unpacked_exceptions.txt
diff --git a/test/functional/unpacking.py b/pylint/test/functional/unpacking.py
index 59d9abb..59d9abb 100644
--- a/test/functional/unpacking.py
+++ b/pylint/test/functional/unpacking.py
diff --git a/test/functional/unpacking_non_sequence.py b/pylint/test/functional/unpacking_non_sequence.py
index 7b1d057..7b1d057 100644
--- a/test/functional/unpacking_non_sequence.py
+++ b/pylint/test/functional/unpacking_non_sequence.py
diff --git a/test/functional/unpacking_non_sequence.txt b/pylint/test/functional/unpacking_non_sequence.txt
index af58686..af58686 100644
--- a/test/functional/unpacking_non_sequence.txt
+++ b/pylint/test/functional/unpacking_non_sequence.txt
diff --git a/test/functional/unused_import.py b/pylint/test/functional/unused_import.py
index ef54000..ef54000 100644
--- a/test/functional/unused_import.py
+++ b/pylint/test/functional/unused_import.py
diff --git a/test/functional/unused_import.txt b/pylint/test/functional/unused_import.txt
index b2b79e0..b2b79e0 100644
--- a/test/functional/unused_import.txt
+++ b/pylint/test/functional/unused_import.txt
diff --git a/test/functional/useless_else_on_loop.py b/pylint/test/functional/useless_else_on_loop.py
index 2fcde8b..2fcde8b 100644
--- a/test/functional/useless_else_on_loop.py
+++ b/pylint/test/functional/useless_else_on_loop.py
diff --git a/test/functional/useless_else_on_loop.txt b/pylint/test/functional/useless_else_on_loop.txt
index 93309b6..93309b6 100644
--- a/test/functional/useless_else_on_loop.txt
+++ b/pylint/test/functional/useless_else_on_loop.txt
diff --git a/test/functional/with_used_before_assign.py b/pylint/test/functional/with_used_before_assign.py
index 64a475a..64a475a 100644
--- a/test/functional/with_used_before_assign.py
+++ b/pylint/test/functional/with_used_before_assign.py
diff --git a/test/functional/with_used_before_assign.txt b/pylint/test/functional/with_used_before_assign.txt
index 783ae73..783ae73 100644
--- a/test/functional/with_used_before_assign.txt
+++ b/pylint/test/functional/with_used_before_assign.txt
diff --git a/test/functional/yield_outside_func.py b/pylint/test/functional/yield_outside_func.py
index 5824bc0..5824bc0 100644
--- a/test/functional/yield_outside_func.py
+++ b/pylint/test/functional/yield_outside_func.py
diff --git a/test/functional/yield_outside_func.txt b/pylint/test/functional/yield_outside_func.txt
index fa3a7fc..fa3a7fc 100644
--- a/test/functional/yield_outside_func.txt
+++ b/pylint/test/functional/yield_outside_func.txt
diff --git a/test/input/__init__.py b/pylint/test/input/__init__.py
index 60e92b7..60e92b7 100644
--- a/test/input/__init__.py
+++ b/pylint/test/input/__init__.py
diff --git a/test/input/func_3k_removed_stuff_py_30.py b/pylint/test/input/func_3k_removed_stuff_py_30.py
index 75f7eb8..75f7eb8 100644
--- a/test/input/func_3k_removed_stuff_py_30.py
+++ b/pylint/test/input/func_3k_removed_stuff_py_30.py
diff --git a/test/input/func_assert_2uple.py b/pylint/test/input/func_assert_2uple.py
index de93d3b..de93d3b 100644
--- a/test/input/func_assert_2uple.py
+++ b/pylint/test/input/func_assert_2uple.py
diff --git a/test/input/func_attrs_definition_order.py b/pylint/test/input/func_attrs_definition_order.py
index 896426d..896426d 100644
--- a/test/input/func_attrs_definition_order.py
+++ b/pylint/test/input/func_attrs_definition_order.py
diff --git a/test/input/func_bad_assigment_to_exception_var.py b/pylint/test/input/func_bad_assigment_to_exception_var.py
index b147446..b147446 100644
--- a/test/input/func_bad_assigment_to_exception_var.py
+++ b/pylint/test/input/func_bad_assigment_to_exception_var.py
diff --git a/test/input/func_bad_cont_dictcomp_py27.py b/pylint/test/input/func_bad_cont_dictcomp_py27.py
index a552710..a552710 100644
--- a/test/input/func_bad_cont_dictcomp_py27.py
+++ b/pylint/test/input/func_bad_cont_dictcomp_py27.py
diff --git a/test/input/func_bad_exception_context_py30.py b/pylint/test/input/func_bad_exception_context_py30.py
index 98b44ee..98b44ee 100644
--- a/test/input/func_bad_exception_context_py30.py
+++ b/pylint/test/input/func_bad_exception_context_py30.py
diff --git a/test/input/func_base_useless_pass.py b/pylint/test/input/func_base_useless_pass.py
index 9faae59..9faae59 100644
--- a/test/input/func_base_useless_pass.py
+++ b/pylint/test/input/func_base_useless_pass.py
diff --git a/test/input/func_block_disable_msg.py b/pylint/test/input/func_block_disable_msg.py
index 927b218..927b218 100644
--- a/test/input/func_block_disable_msg.py
+++ b/pylint/test/input/func_block_disable_msg.py
diff --git a/test/input/func_break_or_return_in_try_finally.py b/pylint/test/input/func_break_or_return_in_try_finally.py
index d9a50f9..d9a50f9 100644
--- a/test/input/func_break_or_return_in_try_finally.py
+++ b/pylint/test/input/func_break_or_return_in_try_finally.py
diff --git a/test/input/func_bug113231.py b/pylint/test/input/func_bug113231.py
index 80996c3..80996c3 100644
--- a/test/input/func_bug113231.py
+++ b/pylint/test/input/func_bug113231.py
diff --git a/test/input/func_continue_not_in_loop.py b/pylint/test/input/func_continue_not_in_loop.py
index 4186aa5..4186aa5 100644
--- a/test/input/func_continue_not_in_loop.py
+++ b/pylint/test/input/func_continue_not_in_loop.py
diff --git a/test/input/func_dangerous_default.py b/pylint/test/input/func_dangerous_default.py
index dcf7380..dcf7380 100644
--- a/test/input/func_dangerous_default.py
+++ b/pylint/test/input/func_dangerous_default.py
diff --git a/test/input/func_defining-attr-methods_order.py b/pylint/test/input/func_defining-attr-methods_order.py
index 28918f2..28918f2 100644
--- a/test/input/func_defining-attr-methods_order.py
+++ b/pylint/test/input/func_defining-attr-methods_order.py
diff --git a/test/input/func_deprecated_lambda_py_30.py b/pylint/test/input/func_deprecated_lambda_py_30.py
index 74b3241..74b3241 100644
--- a/test/input/func_deprecated_lambda_py_30.py
+++ b/pylint/test/input/func_deprecated_lambda_py_30.py
diff --git a/test/input/func_deprecated_module_py30.py b/pylint/test/input/func_deprecated_module_py30.py
index cadbac6..cadbac6 100644
--- a/test/input/func_deprecated_module_py30.py
+++ b/pylint/test/input/func_deprecated_module_py30.py
diff --git a/test/input/func_deprecated_module_py_30.py b/pylint/test/input/func_deprecated_module_py_30.py
index 7d2c19f..7d2c19f 100644
--- a/test/input/func_deprecated_module_py_30.py
+++ b/pylint/test/input/func_deprecated_module_py_30.py
diff --git a/test/input/func_disable_linebased.py b/pylint/test/input/func_disable_linebased.py
index 953848b..953848b 100644
--- a/test/input/func_disable_linebased.py
+++ b/pylint/test/input/func_disable_linebased.py
diff --git a/test/input/func_dotted_ancestor.py b/pylint/test/input/func_dotted_ancestor.py
index 0603524..0603524 100644
--- a/test/input/func_dotted_ancestor.py
+++ b/pylint/test/input/func_dotted_ancestor.py
diff --git a/test/input/func_e0001_py30.py b/pylint/test/input/func_e0001_py30.py
index 9c1b727..9c1b727 100644
--- a/test/input/func_e0001_py30.py
+++ b/pylint/test/input/func_e0001_py30.py
diff --git a/test/input/func_e0011.py b/pylint/test/input/func_e0011.py
index f2bb592..f2bb592 100644
--- a/test/input/func_e0011.py
+++ b/pylint/test/input/func_e0011.py
diff --git a/test/input/func_e0012.py b/pylint/test/input/func_e0012.py
index b50c9e5..b50c9e5 100644
--- a/test/input/func_e0012.py
+++ b/pylint/test/input/func_e0012.py
diff --git a/test/input/func_e0101.py b/pylint/test/input/func_e0101.py
index 2bf5a28..2bf5a28 100644
--- a/test/input/func_e0101.py
+++ b/pylint/test/input/func_e0101.py
diff --git a/test/input/func_e0108.py b/pylint/test/input/func_e0108.py
index 2ed2ce1..2ed2ce1 100644
--- a/test/input/func_e0108.py
+++ b/pylint/test/input/func_e0108.py
diff --git a/test/input/func_e0203.py b/pylint/test/input/func_e0203.py
index d86f479..d86f479 100644
--- a/test/input/func_e0203.py
+++ b/pylint/test/input/func_e0203.py
diff --git a/test/input/func_e0204.py b/pylint/test/input/func_e0204.py
index 7ab9cff..7ab9cff 100644
--- a/test/input/func_e0204.py
+++ b/pylint/test/input/func_e0204.py
diff --git a/test/input/func_e0206.py b/pylint/test/input/func_e0206.py
index a9f5790..a9f5790 100644
--- a/test/input/func_e0206.py
+++ b/pylint/test/input/func_e0206.py
diff --git a/test/input/func_e0601.py b/pylint/test/input/func_e0601.py
index 122ba01..122ba01 100644
--- a/test/input/func_e0601.py
+++ b/pylint/test/input/func_e0601.py
diff --git a/test/input/func_e0604.py b/pylint/test/input/func_e0604.py
index d077f31..d077f31 100644
--- a/test/input/func_e0604.py
+++ b/pylint/test/input/func_e0604.py
diff --git a/test/input/func_e12xx.py b/pylint/test/input/func_e12xx.py
index 67475d1..67475d1 100644
--- a/test/input/func_e12xx.py
+++ b/pylint/test/input/func_e12xx.py
diff --git a/test/input/func_e13xx.py b/pylint/test/input/func_e13xx.py
index e2bd77e..e2bd77e 100644
--- a/test/input/func_e13xx.py
+++ b/pylint/test/input/func_e13xx.py
diff --git a/test/input/func_empty_module.py b/pylint/test/input/func_empty_module.py
index e69de29..e69de29 100644
--- a/test/input/func_empty_module.py
+++ b/pylint/test/input/func_empty_module.py
diff --git a/test/input/func_eval_used.py b/pylint/test/input/func_eval_used.py
index c58b69c..c58b69c 100644
--- a/test/input/func_eval_used.py
+++ b/pylint/test/input/func_eval_used.py
diff --git a/test/input/func_excess_escapes.py b/pylint/test/input/func_excess_escapes.py
index 178ace8..178ace8 100644
--- a/test/input/func_excess_escapes.py
+++ b/pylint/test/input/func_excess_escapes.py
diff --git a/test/input/func_exec_used_py30.py b/pylint/test/input/func_exec_used_py30.py
index dbcc024..dbcc024 100644
--- a/test/input/func_exec_used_py30.py
+++ b/pylint/test/input/func_exec_used_py30.py
diff --git a/test/input/func_f0401.py b/pylint/test/input/func_f0401.py
index 66e1240..66e1240 100644
--- a/test/input/func_f0401.py
+++ b/pylint/test/input/func_f0401.py
diff --git a/test/input/func_first_arg.py b/pylint/test/input/func_first_arg.py
index efff51d..efff51d 100644
--- a/test/input/func_first_arg.py
+++ b/pylint/test/input/func_first_arg.py
diff --git a/test/input/func_fixme.py b/pylint/test/input/func_fixme.py
index 9210be6..9210be6 100644
--- a/test/input/func_fixme.py
+++ b/pylint/test/input/func_fixme.py
diff --git a/test/input/func_i0011.py b/pylint/test/input/func_i0011.py
index 2b2f445..2b2f445 100644
--- a/test/input/func_i0011.py
+++ b/pylint/test/input/func_i0011.py
diff --git a/test/input/func_i0012.py b/pylint/test/input/func_i0012.py
index aa646c6..aa646c6 100644
--- a/test/input/func_i0012.py
+++ b/pylint/test/input/func_i0012.py
diff --git a/test/input/func_i0013.py b/pylint/test/input/func_i0013.py
index 0a3f833..0a3f833 100644
--- a/test/input/func_i0013.py
+++ b/pylint/test/input/func_i0013.py
diff --git a/test/input/func_i0014.py b/pylint/test/input/func_i0014.py
index 63ff37c..63ff37c 100644
--- a/test/input/func_i0014.py
+++ b/pylint/test/input/func_i0014.py
diff --git a/test/input/func_i0020.py b/pylint/test/input/func_i0020.py
index 8c0fe9f..8c0fe9f 100644
--- a/test/input/func_i0020.py
+++ b/pylint/test/input/func_i0020.py
diff --git a/test/input/func_i0022.py b/pylint/test/input/func_i0022.py
index f5b308f..f5b308f 100644
--- a/test/input/func_i0022.py
+++ b/pylint/test/input/func_i0022.py
diff --git a/test/input/func_import_syntax_error.py b/pylint/test/input/func_import_syntax_error.py
index 42af4d0..42af4d0 100644
--- a/test/input/func_import_syntax_error.py
+++ b/pylint/test/input/func_import_syntax_error.py
diff --git a/test/input/func_indent.py b/pylint/test/input/func_indent.py
index c593b49..c593b49 100644
--- a/test/input/func_indent.py
+++ b/pylint/test/input/func_indent.py
diff --git a/test/input/func_init_vars.py b/pylint/test/input/func_init_vars.py
index 154fe3e..154fe3e 100644
--- a/test/input/func_init_vars.py
+++ b/pylint/test/input/func_init_vars.py
diff --git a/test/input/func_interfaces.py b/pylint/test/input/func_interfaces.py
index 21f42fb..21f42fb 100644
--- a/test/input/func_interfaces.py
+++ b/pylint/test/input/func_interfaces.py
diff --git a/test/input/func_invalid_sequence_index.py b/pylint/test/input/func_invalid_sequence_index.py
index b60e0b5..b60e0b5 100644
--- a/test/input/func_invalid_sequence_index.py
+++ b/pylint/test/input/func_invalid_sequence_index.py
diff --git a/test/input/func_keyword_repeat.py b/pylint/test/input/func_keyword_repeat.py
index eeb733a..eeb733a 100644
--- a/test/input/func_keyword_repeat.py
+++ b/pylint/test/input/func_keyword_repeat.py
diff --git a/test/input/func_kwoa_py30.py b/pylint/test/input/func_kwoa_py30.py
index 4be5302..4be5302 100644
--- a/test/input/func_kwoa_py30.py
+++ b/pylint/test/input/func_kwoa_py30.py
diff --git a/test/input/func_logging_not_lazy_with_logger.py b/pylint/test/input/func_logging_not_lazy_with_logger.py
index afbe285..afbe285 100644
--- a/test/input/func_logging_not_lazy_with_logger.py
+++ b/pylint/test/input/func_logging_not_lazy_with_logger.py
diff --git a/test/input/func_loopvar_in_dict_comp_py27.py b/pylint/test/input/func_loopvar_in_dict_comp_py27.py
index 312eee7..312eee7 100644
--- a/test/input/func_loopvar_in_dict_comp_py27.py
+++ b/pylint/test/input/func_loopvar_in_dict_comp_py27.py
diff --git a/test/input/func_method_could_be_function.py b/pylint/test/input/func_method_could_be_function.py
index 7544793..7544793 100644
--- a/test/input/func_method_could_be_function.py
+++ b/pylint/test/input/func_method_could_be_function.py
diff --git a/test/input/func_module___dict__.py b/pylint/test/input/func_module___dict__.py
index 5451422..5451422 100644
--- a/test/input/func_module___dict__.py
+++ b/pylint/test/input/func_module___dict__.py
diff --git a/test/input/func_more_e0604.py b/pylint/test/input/func_more_e0604.py
index 6c39e1c..6c39e1c 100644
--- a/test/input/func_more_e0604.py
+++ b/pylint/test/input/func_more_e0604.py
diff --git a/test/input/func_nameerror_on_string_substitution.py b/pylint/test/input/func_nameerror_on_string_substitution.py
index be7b5c8..be7b5c8 100644
--- a/test/input/func_nameerror_on_string_substitution.py
+++ b/pylint/test/input/func_nameerror_on_string_substitution.py
diff --git a/test/input/func_no_dummy_redefined.py b/pylint/test/input/func_no_dummy_redefined.py
index 7d40f81..7d40f81 100644
--- a/test/input/func_no_dummy_redefined.py
+++ b/pylint/test/input/func_no_dummy_redefined.py
diff --git a/test/input/func_noerror___init___return_from_inner_function.py b/pylint/test/input/func_noerror___init___return_from_inner_function.py
index 397b0fc..397b0fc 100644
--- a/test/input/func_noerror___init___return_from_inner_function.py
+++ b/pylint/test/input/func_noerror___init___return_from_inner_function.py
diff --git a/test/input/func_noerror_access_attr_before_def_false_positive.py b/pylint/test/input/func_noerror_access_attr_before_def_false_positive.py
index 8c28599..8c28599 100644
--- a/test/input/func_noerror_access_attr_before_def_false_positive.py
+++ b/pylint/test/input/func_noerror_access_attr_before_def_false_positive.py
diff --git a/test/input/func_noerror_base_init_vars.py b/pylint/test/input/func_noerror_base_init_vars.py
index f552eef..f552eef 100644
--- a/test/input/func_noerror_base_init_vars.py
+++ b/pylint/test/input/func_noerror_base_init_vars.py
diff --git a/test/input/func_noerror_builtin_module_test.py b/pylint/test/input/func_noerror_builtin_module_test.py
index f73694a..f73694a 100644
--- a/test/input/func_noerror_builtin_module_test.py
+++ b/pylint/test/input/func_noerror_builtin_module_test.py
diff --git a/test/input/func_noerror_class_attributes.py b/pylint/test/input/func_noerror_class_attributes.py
index 75fb435..75fb435 100644
--- a/test/input/func_noerror_class_attributes.py
+++ b/pylint/test/input/func_noerror_class_attributes.py
diff --git a/test/input/func_noerror_class_decorators_py26.py b/pylint/test/input/func_noerror_class_decorators_py26.py
index 541bb45..541bb45 100644
--- a/test/input/func_noerror_class_decorators_py26.py
+++ b/pylint/test/input/func_noerror_class_decorators_py26.py
diff --git a/test/input/func_noerror_classes_meth_could_be_a_function.py b/pylint/test/input/func_noerror_classes_meth_could_be_a_function.py
index bdf0da4..bdf0da4 100644
--- a/test/input/func_noerror_classes_meth_could_be_a_function.py
+++ b/pylint/test/input/func_noerror_classes_meth_could_be_a_function.py
diff --git a/test/input/func_noerror_classes_meth_signature.py b/pylint/test/input/func_noerror_classes_meth_signature.py
index 2aa5b18..2aa5b18 100644
--- a/test/input/func_noerror_classes_meth_signature.py
+++ b/pylint/test/input/func_noerror_classes_meth_signature.py
diff --git a/test/input/func_noerror_classes_protected_member_access.py b/pylint/test/input/func_noerror_classes_protected_member_access.py
index eeff97d..eeff97d 100644
--- a/test/input/func_noerror_classes_protected_member_access.py
+++ b/pylint/test/input/func_noerror_classes_protected_member_access.py
diff --git a/test/input/func_noerror_crash_122793.py b/pylint/test/input/func_noerror_crash_122793.py
index 2bb3d2e..2bb3d2e 100644
--- a/test/input/func_noerror_crash_122793.py
+++ b/pylint/test/input/func_noerror_crash_122793.py
diff --git a/test/input/func_noerror_crash_127416.py b/pylint/test/input/func_noerror_crash_127416.py
index 3a04363..3a04363 100644
--- a/test/input/func_noerror_crash_127416.py
+++ b/pylint/test/input/func_noerror_crash_127416.py
diff --git a/test/input/func_noerror_decorator_scope.py b/pylint/test/input/func_noerror_decorator_scope.py
index 9c84d61..9c84d61 100644
--- a/test/input/func_noerror_decorator_scope.py
+++ b/pylint/test/input/func_noerror_decorator_scope.py
diff --git a/test/input/func_noerror_e1101_13784.py b/pylint/test/input/func_noerror_e1101_13784.py
index b247b44..b247b44 100644
--- a/test/input/func_noerror_e1101_13784.py
+++ b/pylint/test/input/func_noerror_e1101_13784.py
diff --git a/test/input/func_noerror_e1101_9588_base_attr_aug_assign.py b/pylint/test/input/func_noerror_e1101_9588_base_attr_aug_assign.py
index 03106a5..03106a5 100644
--- a/test/input/func_noerror_e1101_9588_base_attr_aug_assign.py
+++ b/pylint/test/input/func_noerror_e1101_9588_base_attr_aug_assign.py
diff --git a/test/input/func_noerror_e1101_but_getattr.py b/pylint/test/input/func_noerror_e1101_but_getattr.py
index 529b413..529b413 100644
--- a/test/input/func_noerror_e1101_but_getattr.py
+++ b/pylint/test/input/func_noerror_e1101_but_getattr.py
diff --git a/test/input/func_noerror_encoding.py b/pylint/test/input/func_noerror_encoding.py
index 2e945a5..2e945a5 100644
--- a/test/input/func_noerror_encoding.py
+++ b/pylint/test/input/func_noerror_encoding.py
diff --git a/test/input/func_noerror_except_pass.py b/pylint/test/input/func_noerror_except_pass.py
index 5bb8011..5bb8011 100644
--- a/test/input/func_noerror_except_pass.py
+++ b/pylint/test/input/func_noerror_except_pass.py
diff --git a/test/input/func_noerror_exception.py b/pylint/test/input/func_noerror_exception.py
index 1c3d8b5..1c3d8b5 100644
--- a/test/input/func_noerror_exception.py
+++ b/pylint/test/input/func_noerror_exception.py
diff --git a/test/input/func_noerror_external_classmethod_crash.py b/pylint/test/input/func_noerror_external_classmethod_crash.py
index 318f01c..318f01c 100644
--- a/test/input/func_noerror_external_classmethod_crash.py
+++ b/pylint/test/input/func_noerror_external_classmethod_crash.py
diff --git a/test/input/func_noerror_factory_method.py b/pylint/test/input/func_noerror_factory_method.py
index a7cff43..a7cff43 100644
--- a/test/input/func_noerror_factory_method.py
+++ b/pylint/test/input/func_noerror_factory_method.py
diff --git a/test/input/func_noerror_function_as_method.py b/pylint/test/input/func_noerror_function_as_method.py
index e59fb5c..e59fb5c 100644
--- a/test/input/func_noerror_function_as_method.py
+++ b/pylint/test/input/func_noerror_function_as_method.py
diff --git a/test/input/func_noerror_genexp_in_class_scope.py b/pylint/test/input/func_noerror_genexp_in_class_scope.py
index 5631026..5631026 100644
--- a/test/input/func_noerror_genexp_in_class_scope.py
+++ b/pylint/test/input/func_noerror_genexp_in_class_scope.py
diff --git a/test/input/func_noerror_indirect_interface.py b/pylint/test/input/func_noerror_indirect_interface.py
index cbd1ae4..cbd1ae4 100644
--- a/test/input/func_noerror_indirect_interface.py
+++ b/pylint/test/input/func_noerror_indirect_interface.py
diff --git a/test/input/func_noerror_inner_classes.py b/pylint/test/input/func_noerror_inner_classes.py
index 84fb43d..84fb43d 100644
--- a/test/input/func_noerror_inner_classes.py
+++ b/pylint/test/input/func_noerror_inner_classes.py
diff --git a/test/input/func_noerror_lambda_use_before_assign.py b/pylint/test/input/func_noerror_lambda_use_before_assign.py
index af2775c..af2775c 100644
--- a/test/input/func_noerror_lambda_use_before_assign.py
+++ b/pylint/test/input/func_noerror_lambda_use_before_assign.py
diff --git a/test/input/func_noerror_long_utf8_line.py b/pylint/test/input/func_noerror_long_utf8_line.py
index 6fba949..6fba949 100644
--- a/test/input/func_noerror_long_utf8_line.py
+++ b/pylint/test/input/func_noerror_long_utf8_line.py
diff --git a/test/input/func_noerror_mcs_attr_access.py b/pylint/test/input/func_noerror_mcs_attr_access.py
index 3310c49..3310c49 100644
--- a/test/input/func_noerror_mcs_attr_access.py
+++ b/pylint/test/input/func_noerror_mcs_attr_access.py
diff --git a/test/input/func_noerror_nested_classes.py b/pylint/test/input/func_noerror_nested_classes.py
index 56e57bb..56e57bb 100644
--- a/test/input/func_noerror_nested_classes.py
+++ b/pylint/test/input/func_noerror_nested_classes.py
diff --git a/test/input/func_noerror_new_style_class_py_30.py b/pylint/test/input/func_noerror_new_style_class_py_30.py
index a33ae19..a33ae19 100644
--- a/test/input/func_noerror_new_style_class_py_30.py
+++ b/pylint/test/input/func_noerror_new_style_class_py_30.py
diff --git a/test/input/func_noerror_no_warning_docstring.py b/pylint/test/input/func_noerror_no_warning_docstring.py
index f8ee9bc..f8ee9bc 100644
--- a/test/input/func_noerror_no_warning_docstring.py
+++ b/pylint/test/input/func_noerror_no_warning_docstring.py
diff --git a/test/input/func_noerror_nonregr.py b/pylint/test/input/func_noerror_nonregr.py
index c4c8c38..c4c8c38 100644
--- a/test/input/func_noerror_nonregr.py
+++ b/pylint/test/input/func_noerror_nonregr.py
diff --git a/test/input/func_noerror_object_as_class_attribute.py b/pylint/test/input/func_noerror_object_as_class_attribute.py
index c69b2b9..c69b2b9 100644
--- a/test/input/func_noerror_object_as_class_attribute.py
+++ b/pylint/test/input/func_noerror_object_as_class_attribute.py
diff --git a/test/input/func_noerror_overloaded_operator.py b/pylint/test/input/func_noerror_overloaded_operator.py
index 4e29946..4e29946 100644
--- a/test/input/func_noerror_overloaded_operator.py
+++ b/pylint/test/input/func_noerror_overloaded_operator.py
diff --git a/test/input/func_noerror_overriden_method_varargs.py b/pylint/test/input/func_noerror_overriden_method_varargs.py
index afe3086..afe3086 100644
--- a/test/input/func_noerror_overriden_method_varargs.py
+++ b/pylint/test/input/func_noerror_overriden_method_varargs.py
diff --git a/test/input/func_noerror_property_affectation_py26.py b/pylint/test/input/func_noerror_property_affectation_py26.py
index d91f455..d91f455 100644
--- a/test/input/func_noerror_property_affectation_py26.py
+++ b/pylint/test/input/func_noerror_property_affectation_py26.py
diff --git a/test/input/func_noerror_raise_return_self.py b/pylint/test/input/func_noerror_raise_return_self.py
index 2834c3c..2834c3c 100644
--- a/test/input/func_noerror_raise_return_self.py
+++ b/pylint/test/input/func_noerror_raise_return_self.py
diff --git a/test/input/func_noerror_socket_member.py b/pylint/test/input/func_noerror_socket_member.py
index 1cdafe6..1cdafe6 100644
--- a/test/input/func_noerror_socket_member.py
+++ b/pylint/test/input/func_noerror_socket_member.py
diff --git a/test/input/func_noerror_static_method.py b/pylint/test/input/func_noerror_static_method.py
index ef21cb9..ef21cb9 100644
--- a/test/input/func_noerror_static_method.py
+++ b/pylint/test/input/func_noerror_static_method.py
diff --git a/test/input/func_noerror_staticmethod_as_decorator_py24.py b/pylint/test/input/func_noerror_staticmethod_as_decorator_py24.py
index 7884cbd..7884cbd 100644
--- a/test/input/func_noerror_staticmethod_as_decorator_py24.py
+++ b/pylint/test/input/func_noerror_staticmethod_as_decorator_py24.py
diff --git a/test/input/func_noerror_super_protected.py b/pylint/test/input/func_noerror_super_protected.py
index b0961be..b0961be 100644
--- a/test/input/func_noerror_super_protected.py
+++ b/pylint/test/input/func_noerror_super_protected.py
diff --git a/test/input/func_noerror_unused_variable_py30.py b/pylint/test/input/func_noerror_unused_variable_py30.py
index ffcc978..ffcc978 100644
--- a/test/input/func_noerror_unused_variable_py30.py
+++ b/pylint/test/input/func_noerror_unused_variable_py30.py
diff --git a/test/input/func_noerror_used_before_assignment.py b/pylint/test/input/func_noerror_used_before_assignment.py
index 844ee05..844ee05 100644
--- a/test/input/func_noerror_used_before_assignment.py
+++ b/pylint/test/input/func_noerror_used_before_assignment.py
diff --git a/test/input/func_noerror_w0232.py b/pylint/test/input/func_noerror_w0232.py
index df93855..df93855 100644
--- a/test/input/func_noerror_w0232.py
+++ b/pylint/test/input/func_noerror_w0232.py
diff --git a/test/input/func_noerror_yield_assign_py25.py b/pylint/test/input/func_noerror_yield_assign_py25.py
index 011634b..011634b 100644
--- a/test/input/func_noerror_yield_assign_py25.py
+++ b/pylint/test/input/func_noerror_yield_assign_py25.py
diff --git a/test/input/func_noerror_yield_return_mix.py b/pylint/test/input/func_noerror_yield_return_mix.py
index bd78633..bd78633 100644
--- a/test/input/func_noerror_yield_return_mix.py
+++ b/pylint/test/input/func_noerror_yield_return_mix.py
diff --git a/test/input/func_non_iterator_returned_py30.py b/pylint/test/input/func_non_iterator_returned_py30.py
index 6915768..6915768 100644
--- a/test/input/func_non_iterator_returned_py30.py
+++ b/pylint/test/input/func_non_iterator_returned_py30.py
diff --git a/test/input/func_non_iterator_returned_py_30.py b/pylint/test/input/func_non_iterator_returned_py_30.py
index ff75941..ff75941 100644
--- a/test/input/func_non_iterator_returned_py_30.py
+++ b/pylint/test/input/func_non_iterator_returned_py_30.py
diff --git a/test/input/func_nonregr___file___global.py b/pylint/test/input/func_nonregr___file___global.py
index 910033c..910033c 100644
--- a/test/input/func_nonregr___file___global.py
+++ b/pylint/test/input/func_nonregr___file___global.py
diff --git a/test/input/func_operators.py b/pylint/test/input/func_operators.py
index 48606bf..48606bf 100644
--- a/test/input/func_operators.py
+++ b/pylint/test/input/func_operators.py
diff --git a/test/input/func_r0901.py b/pylint/test/input/func_r0901.py
index ac69fb6..ac69fb6 100644
--- a/test/input/func_r0901.py
+++ b/pylint/test/input/func_r0901.py
diff --git a/test/input/func_r0902.py b/pylint/test/input/func_r0902.py
index d0a7483..d0a7483 100644
--- a/test/input/func_r0902.py
+++ b/pylint/test/input/func_r0902.py
diff --git a/test/input/func_r0903.py b/pylint/test/input/func_r0903.py
index 49008f9..49008f9 100644
--- a/test/input/func_r0903.py
+++ b/pylint/test/input/func_r0903.py
diff --git a/test/input/func_r0904.py b/pylint/test/input/func_r0904.py
index 85daf61..85daf61 100644
--- a/test/input/func_r0904.py
+++ b/pylint/test/input/func_r0904.py
diff --git a/test/input/func_r0921.py b/pylint/test/input/func_r0921.py
index 1baf0a8..1baf0a8 100644
--- a/test/input/func_r0921.py
+++ b/pylint/test/input/func_r0921.py
diff --git a/test/input/func_r0922.py b/pylint/test/input/func_r0922.py
index 705ef3a..705ef3a 100644
--- a/test/input/func_r0922.py
+++ b/pylint/test/input/func_r0922.py
diff --git a/test/input/func_r0923.py b/pylint/test/input/func_r0923.py
index 8ab44a1..8ab44a1 100644
--- a/test/input/func_r0923.py
+++ b/pylint/test/input/func_r0923.py
diff --git a/test/input/func_reqattrs.py b/pylint/test/input/func_reqattrs.py
index fb1e2b6..fb1e2b6 100644
--- a/test/input/func_reqattrs.py
+++ b/pylint/test/input/func_reqattrs.py
diff --git a/test/input/func_return_outside_func.py b/pylint/test/input/func_return_outside_func.py
index 440798d..440798d 100644
--- a/test/input/func_return_outside_func.py
+++ b/pylint/test/input/func_return_outside_func.py
diff --git a/test/input/func_return_yield_mix_py_33.py b/pylint/test/input/func_return_yield_mix_py_33.py
index 1a3cd5d..1a3cd5d 100644
--- a/test/input/func_return_yield_mix_py_33.py
+++ b/pylint/test/input/func_return_yield_mix_py_33.py
diff --git a/test/input/func_set_literal_as_default_py27.py b/pylint/test/input/func_set_literal_as_default_py27.py
index 1bd3f7e..1bd3f7e 100644
--- a/test/input/func_set_literal_as_default_py27.py
+++ b/pylint/test/input/func_set_literal_as_default_py27.py
diff --git a/test/input/func_syntax_error.py b/pylint/test/input/func_syntax_error.py
index 43fa087..43fa087 100644
--- a/test/input/func_syntax_error.py
+++ b/pylint/test/input/func_syntax_error.py
diff --git a/test/input/func_tokenize_error.py b/pylint/test/input/func_tokenize_error.py
index 1b52cb9..1b52cb9 100644
--- a/test/input/func_tokenize_error.py
+++ b/pylint/test/input/func_tokenize_error.py
diff --git a/test/input/func_too_many_locals_arguments.py b/pylint/test/input/func_too_many_locals_arguments.py
index f63a5ee..f63a5ee 100644
--- a/test/input/func_too_many_locals_arguments.py
+++ b/pylint/test/input/func_too_many_locals_arguments.py
diff --git a/test/input/func_too_many_returns_yields.py b/pylint/test/input/func_too_many_returns_yields.py
index c61bd7d..c61bd7d 100644
--- a/test/input/func_too_many_returns_yields.py
+++ b/pylint/test/input/func_too_many_returns_yields.py
diff --git a/test/input/func_toolonglines.py b/pylint/test/input/func_toolonglines.py
index 272395f..272395f 100644
--- a/test/input/func_toolonglines.py
+++ b/pylint/test/input/func_toolonglines.py
diff --git a/test/input/func_trailing_whitespace.py b/pylint/test/input/func_trailing_whitespace.py
index 946d748..946d748 100644
--- a/test/input/func_trailing_whitespace.py
+++ b/pylint/test/input/func_trailing_whitespace.py
diff --git a/test/input/func_typecheck_callfunc_assigment.py b/pylint/test/input/func_typecheck_callfunc_assigment.py
index 3a668ab..3a668ab 100644
--- a/test/input/func_typecheck_callfunc_assigment.py
+++ b/pylint/test/input/func_typecheck_callfunc_assigment.py
diff --git a/test/input/func_typecheck_non_callable_call.py b/pylint/test/input/func_typecheck_non_callable_call.py
index 832657d..832657d 100644
--- a/test/input/func_typecheck_non_callable_call.py
+++ b/pylint/test/input/func_typecheck_non_callable_call.py
diff --git a/test/input/func_undefined_metaclass_var_py30.py b/pylint/test/input/func_undefined_metaclass_var_py30.py
index 307a431..307a431 100644
--- a/test/input/func_undefined_metaclass_var_py30.py
+++ b/pylint/test/input/func_undefined_metaclass_var_py30.py
diff --git a/test/input/func_unreachable.py b/pylint/test/input/func_unreachable.py
index 4034e4f..4034e4f 100644
--- a/test/input/func_unreachable.py
+++ b/pylint/test/input/func_unreachable.py
diff --git a/test/input/func_unused_import_py30.py b/pylint/test/input/func_unused_import_py30.py
index d7a38c5..d7a38c5 100644
--- a/test/input/func_unused_import_py30.py
+++ b/pylint/test/input/func_unused_import_py30.py
diff --git a/test/input/func_unused_overridden_argument.py b/pylint/test/input/func_unused_overridden_argument.py
index 85430d4..85430d4 100644
--- a/test/input/func_unused_overridden_argument.py
+++ b/pylint/test/input/func_unused_overridden_argument.py
diff --git a/test/input/func_use_for_or_listcomp_var.py b/pylint/test/input/func_use_for_or_listcomp_var.py
index 5690a2c..5690a2c 100644
--- a/test/input/func_use_for_or_listcomp_var.py
+++ b/pylint/test/input/func_use_for_or_listcomp_var.py
diff --git a/test/input/func_used_before_assignment_py30.py b/pylint/test/input/func_used_before_assignment_py30.py
index ae979a1..ae979a1 100644
--- a/test/input/func_used_before_assignment_py30.py
+++ b/pylint/test/input/func_used_before_assignment_py30.py
diff --git a/test/input/func_variables_unused_name_from_wilcard_import.py b/pylint/test/input/func_variables_unused_name_from_wilcard_import.py
index e5763ad..e5763ad 100644
--- a/test/input/func_variables_unused_name_from_wilcard_import.py
+++ b/pylint/test/input/func_variables_unused_name_from_wilcard_import.py
diff --git a/test/input/func_w0101.py b/pylint/test/input/func_w0101.py
index fe543aa..fe543aa 100644
--- a/test/input/func_w0101.py
+++ b/pylint/test/input/func_w0101.py
diff --git a/test/input/func_w0102.py b/pylint/test/input/func_w0102.py
index 8a8ae4d..8a8ae4d 100644
--- a/test/input/func_w0102.py
+++ b/pylint/test/input/func_w0102.py
diff --git a/test/input/func_w0103.py b/pylint/test/input/func_w0103.py
index 04cb4c1..04cb4c1 100644
--- a/test/input/func_w0103.py
+++ b/pylint/test/input/func_w0103.py
diff --git a/test/input/func_w0104.py b/pylint/test/input/func_w0104.py
index 6588e98..6588e98 100644
--- a/test/input/func_w0104.py
+++ b/pylint/test/input/func_w0104.py
diff --git a/test/input/func_w0105.py b/pylint/test/input/func_w0105.py
index c40870e..c40870e 100644
--- a/test/input/func_w0105.py
+++ b/pylint/test/input/func_w0105.py
diff --git a/test/input/func_w0110.py b/pylint/test/input/func_w0110.py
index c9d9311..c9d9311 100644
--- a/test/input/func_w0110.py
+++ b/pylint/test/input/func_w0110.py
diff --git a/test/input/func_w0111.py b/pylint/test/input/func_w0111.py
index f8ad440..f8ad440 100644
--- a/test/input/func_w0111.py
+++ b/pylint/test/input/func_w0111.py
diff --git a/test/input/func_w0112.py b/pylint/test/input/func_w0112.py
index 6bddf00..6bddf00 100644
--- a/test/input/func_w0112.py
+++ b/pylint/test/input/func_w0112.py
diff --git a/test/input/func_w0122_py_30.py b/pylint/test/input/func_w0122_py_30.py
index 178c252..178c252 100644
--- a/test/input/func_w0122_py_30.py
+++ b/pylint/test/input/func_w0122_py_30.py
diff --git a/test/input/func_w0151.py b/pylint/test/input/func_w0151.py
index e6862c5..e6862c5 100644
--- a/test/input/func_w0151.py
+++ b/pylint/test/input/func_w0151.py
diff --git a/test/input/func_w0152.py b/pylint/test/input/func_w0152.py
index 9fff4a6..9fff4a6 100644
--- a/test/input/func_w0152.py
+++ b/pylint/test/input/func_w0152.py
diff --git a/test/input/func_w0202.py b/pylint/test/input/func_w0202.py
index 00b5b0f..00b5b0f 100644
--- a/test/input/func_w0202.py
+++ b/pylint/test/input/func_w0202.py
diff --git a/test/input/func_w0205.py b/pylint/test/input/func_w0205.py
index 896be6c..896be6c 100644
--- a/test/input/func_w0205.py
+++ b/pylint/test/input/func_w0205.py
diff --git a/test/input/func_w0233.py b/pylint/test/input/func_w0233.py
index fe679bb..fe679bb 100644
--- a/test/input/func_w0233.py
+++ b/pylint/test/input/func_w0233.py
diff --git a/test/input/func_w0302.py b/pylint/test/input/func_w0302.py
index a78f479..a78f479 100644
--- a/test/input/func_w0302.py
+++ b/pylint/test/input/func_w0302.py
diff --git a/test/input/func_w0312.py b/pylint/test/input/func_w0312.py
index 491f75b..491f75b 100644
--- a/test/input/func_w0312.py
+++ b/pylint/test/input/func_w0312.py
diff --git a/test/input/func_w0332_py_30.py b/pylint/test/input/func_w0332_py_30.py
index 6a38e8c..6a38e8c 100644
--- a/test/input/func_w0332_py_30.py
+++ b/pylint/test/input/func_w0332_py_30.py
diff --git a/test/input/func_w0401.py b/pylint/test/input/func_w0401.py
index caf59c9..caf59c9 100644
--- a/test/input/func_w0401.py
+++ b/pylint/test/input/func_w0401.py
diff --git a/test/input/func_w0401_package/__init__.py b/pylint/test/input/func_w0401_package/__init__.py
index dedef66..dedef66 100644
--- a/test/input/func_w0401_package/__init__.py
+++ b/pylint/test/input/func_w0401_package/__init__.py
diff --git a/test/input/func_w0401_package/all_the_things.py b/pylint/test/input/func_w0401_package/all_the_things.py
index 67a627e..67a627e 100644
--- a/test/input/func_w0401_package/all_the_things.py
+++ b/pylint/test/input/func_w0401_package/all_the_things.py
diff --git a/test/input/func_w0401_package/thing1.py b/pylint/test/input/func_w0401_package/thing1.py
index 34972a7..34972a7 100644
--- a/test/input/func_w0401_package/thing1.py
+++ b/pylint/test/input/func_w0401_package/thing1.py
diff --git a/test/input/func_w0401_package/thing2.py b/pylint/test/input/func_w0401_package/thing2.py
index 987965e..987965e 100644
--- a/test/input/func_w0401_package/thing2.py
+++ b/pylint/test/input/func_w0401_package/thing2.py
diff --git a/test/input/func_w0402.py b/pylint/test/input/func_w0402.py
index 9f7136e..9f7136e 100644
--- a/test/input/func_w0402.py
+++ b/pylint/test/input/func_w0402.py
diff --git a/test/input/func_w0404.py b/pylint/test/input/func_w0404.py
index d65da51..d65da51 100644
--- a/test/input/func_w0404.py
+++ b/pylint/test/input/func_w0404.py
diff --git a/test/input/func_w0405.py b/pylint/test/input/func_w0405.py
index 8071ab2..8071ab2 100644
--- a/test/input/func_w0405.py
+++ b/pylint/test/input/func_w0405.py
diff --git a/test/input/func_w0406.py b/pylint/test/input/func_w0406.py
index 84a5550..84a5550 100644
--- a/test/input/func_w0406.py
+++ b/pylint/test/input/func_w0406.py
diff --git a/test/input/func_w0611.py b/pylint/test/input/func_w0611.py
index 44b24d9..44b24d9 100644
--- a/test/input/func_w0611.py
+++ b/pylint/test/input/func_w0611.py
diff --git a/test/input/func_w0612.py b/pylint/test/input/func_w0612.py
index 678185b..678185b 100644
--- a/test/input/func_w0612.py
+++ b/pylint/test/input/func_w0612.py
diff --git a/test/input/func_w0613.py b/pylint/test/input/func_w0613.py
index 333699c..333699c 100644
--- a/test/input/func_w0613.py
+++ b/pylint/test/input/func_w0613.py
diff --git a/test/input/func_w0623_py30.py b/pylint/test/input/func_w0623_py30.py
index f6c5f57..f6c5f57 100644
--- a/test/input/func_w0623_py30.py
+++ b/pylint/test/input/func_w0623_py30.py
diff --git a/test/input/func_w0623_py_30.py b/pylint/test/input/func_w0623_py_30.py
index e5c2231..e5c2231 100644
--- a/test/input/func_w0623_py_30.py
+++ b/pylint/test/input/func_w0623_py_30.py
diff --git a/test/input/func_w0631.py b/pylint/test/input/func_w0631.py
index 0390ac7..0390ac7 100644
--- a/test/input/func_w0631.py
+++ b/pylint/test/input/func_w0631.py
diff --git a/test/input/func_w0702.py b/pylint/test/input/func_w0702.py
index 1f82a23..1f82a23 100644
--- a/test/input/func_w0702.py
+++ b/pylint/test/input/func_w0702.py
diff --git a/test/input/func_w0703.py b/pylint/test/input/func_w0703.py
index fb633fd..fb633fd 100644
--- a/test/input/func_w0703.py
+++ b/pylint/test/input/func_w0703.py
diff --git a/test/input/func_w0704.py b/pylint/test/input/func_w0704.py
index 524df17..524df17 100644
--- a/test/input/func_w0704.py
+++ b/pylint/test/input/func_w0704.py
diff --git a/test/input/func_w0705.py b/pylint/test/input/func_w0705.py
index 0a77ac2..0a77ac2 100644
--- a/test/input/func_w0705.py
+++ b/pylint/test/input/func_w0705.py
diff --git a/test/input/func_w0801.py b/pylint/test/input/func_w0801.py
index cd386ff..cd386ff 100644
--- a/test/input/func_w0801.py
+++ b/pylint/test/input/func_w0801.py
diff --git a/test/input/func_w1201.py b/pylint/test/input/func_w1201.py
index a9791d9..a9791d9 100644
--- a/test/input/func_w1201.py
+++ b/pylint/test/input/func_w1201.py
diff --git a/test/input/func_w1202.py b/pylint/test/input/func_w1202.py
index efe6b1a..efe6b1a 100644
--- a/test/input/func_w1202.py
+++ b/pylint/test/input/func_w1202.py
diff --git a/test/input/func_with_without_as_py25.py b/pylint/test/input/func_with_without_as_py25.py
index 7ecf574..7ecf574 100644
--- a/test/input/func_with_without_as_py25.py
+++ b/pylint/test/input/func_with_without_as_py25.py
diff --git a/test/input/ignore_except_pass_by_default.py b/pylint/test/input/ignore_except_pass_by_default.py
index 444e540..444e540 100644
--- a/test/input/ignore_except_pass_by_default.py
+++ b/pylint/test/input/ignore_except_pass_by_default.py
diff --git a/test/input/indirect1.py b/pylint/test/input/indirect1.py
index eac6242..eac6242 100644
--- a/test/input/indirect1.py
+++ b/pylint/test/input/indirect1.py
diff --git a/test/input/indirect2.py b/pylint/test/input/indirect2.py
index 6eefece..6eefece 100644
--- a/test/input/indirect2.py
+++ b/pylint/test/input/indirect2.py
diff --git a/test/input/indirect3.py b/pylint/test/input/indirect3.py
index dac0853..dac0853 100644
--- a/test/input/indirect3.py
+++ b/pylint/test/input/indirect3.py
diff --git a/test/input/noext b/pylint/test/input/noext
index 8aeda06..8aeda06 100644
--- a/test/input/noext
+++ b/pylint/test/input/noext
diff --git a/test/input/similar1 b/pylint/test/input/similar1
index 2b04ee2..2b04ee2 100644
--- a/test/input/similar1
+++ b/pylint/test/input/similar1
diff --git a/test/input/similar2 b/pylint/test/input/similar2
index 77f5f1e..77f5f1e 100644
--- a/test/input/similar2
+++ b/pylint/test/input/similar2
diff --git a/test/input/syntax_error.py b/pylint/test/input/syntax_error.py
index 6c1e7a7..6c1e7a7 100644
--- a/test/input/syntax_error.py
+++ b/pylint/test/input/syntax_error.py
diff --git a/test/input/w0401_cycle.py b/pylint/test/input/w0401_cycle.py
index cea6b93..cea6b93 100644
--- a/test/input/w0401_cycle.py
+++ b/pylint/test/input/w0401_cycle.py
diff --git a/test/input/w0801_same.py b/pylint/test/input/w0801_same.py
index cd386ff..cd386ff 100644
--- a/test/input/w0801_same.py
+++ b/pylint/test/input/w0801_same.py
diff --git a/test/messages/builtin_module.txt b/pylint/test/messages/builtin_module.txt
index 2616c0e..2616c0e 100644
--- a/test/messages/builtin_module.txt
+++ b/pylint/test/messages/builtin_module.txt
diff --git a/test/messages/func_3k_removed_stuff_py_30.txt b/pylint/test/messages/func_3k_removed_stuff_py_30.txt
index e7ede06..e7ede06 100644
--- a/test/messages/func_3k_removed_stuff_py_30.txt
+++ b/pylint/test/messages/func_3k_removed_stuff_py_30.txt
diff --git a/test/messages/func_assert_2uple.txt b/pylint/test/messages/func_assert_2uple.txt
index 3031ea7..3031ea7 100644
--- a/test/messages/func_assert_2uple.txt
+++ b/pylint/test/messages/func_assert_2uple.txt
diff --git a/test/messages/func_attrs_definition_order.txt b/pylint/test/messages/func_attrs_definition_order.txt
index d168e9a..d168e9a 100644
--- a/test/messages/func_attrs_definition_order.txt
+++ b/pylint/test/messages/func_attrs_definition_order.txt
diff --git a/test/messages/func_bad_assigment_to_exception_var.txt b/pylint/test/messages/func_bad_assigment_to_exception_var.txt
index 119fbe2..119fbe2 100644
--- a/test/messages/func_bad_assigment_to_exception_var.txt
+++ b/pylint/test/messages/func_bad_assigment_to_exception_var.txt
diff --git a/test/messages/func_bad_cont_dictcomp_py27.txt b/pylint/test/messages/func_bad_cont_dictcomp_py27.txt
index 7443d55..7443d55 100644
--- a/test/messages/func_bad_cont_dictcomp_py27.txt
+++ b/pylint/test/messages/func_bad_cont_dictcomp_py27.txt
diff --git a/test/messages/func_bad_exception_context_py30.txt b/pylint/test/messages/func_bad_exception_context_py30.txt
index 241195d..241195d 100644
--- a/test/messages/func_bad_exception_context_py30.txt
+++ b/pylint/test/messages/func_bad_exception_context_py30.txt
diff --git a/test/messages/func_base_useless_pass.txt b/pylint/test/messages/func_base_useless_pass.txt
index 4398e3f..4398e3f 100644
--- a/test/messages/func_base_useless_pass.txt
+++ b/pylint/test/messages/func_base_useless_pass.txt
diff --git a/test/messages/func_block_disable_msg.txt b/pylint/test/messages/func_block_disable_msg.txt
index 1a16fbe..1a16fbe 100644
--- a/test/messages/func_block_disable_msg.txt
+++ b/pylint/test/messages/func_block_disable_msg.txt
diff --git a/test/messages/func_break_or_return_in_try_finally.txt b/pylint/test/messages/func_break_or_return_in_try_finally.txt
index 04f27fe..04f27fe 100644
--- a/test/messages/func_break_or_return_in_try_finally.txt
+++ b/pylint/test/messages/func_break_or_return_in_try_finally.txt
diff --git a/test/messages/func_bug113231.txt b/pylint/test/messages/func_bug113231.txt
index a9d3f7e..a9d3f7e 100644
--- a/test/messages/func_bug113231.txt
+++ b/pylint/test/messages/func_bug113231.txt
diff --git a/test/messages/func_continue_not_in_loop.txt b/pylint/test/messages/func_continue_not_in_loop.txt
index d3a3183..d3a3183 100644
--- a/test/messages/func_continue_not_in_loop.txt
+++ b/pylint/test/messages/func_continue_not_in_loop.txt
diff --git a/test/messages/func_dangerous_default.txt b/pylint/test/messages/func_dangerous_default.txt
index 8980b7c..8980b7c 100644
--- a/test/messages/func_dangerous_default.txt
+++ b/pylint/test/messages/func_dangerous_default.txt
diff --git a/test/messages/func_dangerous_default_py30.txt b/pylint/test/messages/func_dangerous_default_py30.txt
index eb05c87..eb05c87 100644
--- a/test/messages/func_dangerous_default_py30.txt
+++ b/pylint/test/messages/func_dangerous_default_py30.txt
diff --git a/test/messages/func_defining-attr-methods_order.txt b/pylint/test/messages/func_defining-attr-methods_order.txt
index 5588319..5588319 100644
--- a/test/messages/func_defining-attr-methods_order.txt
+++ b/pylint/test/messages/func_defining-attr-methods_order.txt
diff --git a/test/messages/func_deprecated_lambda_py_30.txt b/pylint/test/messages/func_deprecated_lambda_py_30.txt
index be68e16..be68e16 100644
--- a/test/messages/func_deprecated_lambda_py_30.txt
+++ b/pylint/test/messages/func_deprecated_lambda_py_30.txt
diff --git a/test/messages/func_deprecated_module_py30.txt b/pylint/test/messages/func_deprecated_module_py30.txt
index d4c88cf..d4c88cf 100644
--- a/test/messages/func_deprecated_module_py30.txt
+++ b/pylint/test/messages/func_deprecated_module_py30.txt
diff --git a/test/messages/func_deprecated_module_py_30.txt b/pylint/test/messages/func_deprecated_module_py_30.txt
index 70679ec..70679ec 100644
--- a/test/messages/func_deprecated_module_py_30.txt
+++ b/pylint/test/messages/func_deprecated_module_py_30.txt
diff --git a/test/messages/func_disable_linebased.txt b/pylint/test/messages/func_disable_linebased.txt
index e417c5d..e417c5d 100644
--- a/test/messages/func_disable_linebased.txt
+++ b/pylint/test/messages/func_disable_linebased.txt
diff --git a/test/messages/func_disable_linebased_py30.txt b/pylint/test/messages/func_disable_linebased_py30.txt
index 06e391d..06e391d 100644
--- a/test/messages/func_disable_linebased_py30.txt
+++ b/pylint/test/messages/func_disable_linebased_py30.txt
diff --git a/test/messages/func_dotted_ancestor.txt b/pylint/test/messages/func_dotted_ancestor.txt
index 6e2c6fa..6e2c6fa 100644
--- a/test/messages/func_dotted_ancestor.txt
+++ b/pylint/test/messages/func_dotted_ancestor.txt
diff --git a/test/messages/func_e0001_py30.txt b/pylint/test/messages/func_e0001_py30.txt
index 1cf05ca..1cf05ca 100644
--- a/test/messages/func_e0001_py30.txt
+++ b/pylint/test/messages/func_e0001_py30.txt
diff --git a/test/messages/func_e0011.txt b/pylint/test/messages/func_e0011.txt
index 55f07b1..55f07b1 100644
--- a/test/messages/func_e0011.txt
+++ b/pylint/test/messages/func_e0011.txt
diff --git a/test/messages/func_e0012.txt b/pylint/test/messages/func_e0012.txt
index a6d1b69..a6d1b69 100644
--- a/test/messages/func_e0012.txt
+++ b/pylint/test/messages/func_e0012.txt
diff --git a/test/messages/func_e0101.txt b/pylint/test/messages/func_e0101.txt
index 203cd32..203cd32 100644
--- a/test/messages/func_e0101.txt
+++ b/pylint/test/messages/func_e0101.txt
diff --git a/test/messages/func_e0108.txt b/pylint/test/messages/func_e0108.txt
index dfbafe5..dfbafe5 100644
--- a/test/messages/func_e0108.txt
+++ b/pylint/test/messages/func_e0108.txt
diff --git a/test/messages/func_e0203.txt b/pylint/test/messages/func_e0203.txt
index c330ffa..c330ffa 100644
--- a/test/messages/func_e0203.txt
+++ b/pylint/test/messages/func_e0203.txt
diff --git a/test/messages/func_e0204.txt b/pylint/test/messages/func_e0204.txt
index 8e05efe..8e05efe 100644
--- a/test/messages/func_e0204.txt
+++ b/pylint/test/messages/func_e0204.txt
diff --git a/test/messages/func_e0206.txt b/pylint/test/messages/func_e0206.txt
index c15f841..c15f841 100644
--- a/test/messages/func_e0206.txt
+++ b/pylint/test/messages/func_e0206.txt
diff --git a/test/messages/func_e0601.txt b/pylint/test/messages/func_e0601.txt
index 321c731..321c731 100644
--- a/test/messages/func_e0601.txt
+++ b/pylint/test/messages/func_e0601.txt
diff --git a/test/messages/func_e0604.txt b/pylint/test/messages/func_e0604.txt
index e232633..e232633 100644
--- a/test/messages/func_e0604.txt
+++ b/pylint/test/messages/func_e0604.txt
diff --git a/test/messages/func_e12xx.txt b/pylint/test/messages/func_e12xx.txt
index d0a8b9c..d0a8b9c 100644
--- a/test/messages/func_e12xx.txt
+++ b/pylint/test/messages/func_e12xx.txt
diff --git a/test/messages/func_e13xx.txt b/pylint/test/messages/func_e13xx.txt
index f2d0d36..f2d0d36 100644
--- a/test/messages/func_e13xx.txt
+++ b/pylint/test/messages/func_e13xx.txt
diff --git a/test/messages/func_e13xx_py30.txt b/pylint/test/messages/func_e13xx_py30.txt
index 7ac9fb1..7ac9fb1 100644
--- a/test/messages/func_e13xx_py30.txt
+++ b/pylint/test/messages/func_e13xx_py30.txt
diff --git a/test/messages/func_empty_module.txt b/pylint/test/messages/func_empty_module.txt
index 0563049..0563049 100644
--- a/test/messages/func_empty_module.txt
+++ b/pylint/test/messages/func_empty_module.txt
diff --git a/test/messages/func_eval_used.txt b/pylint/test/messages/func_eval_used.txt
index ab65307..ab65307 100644
--- a/test/messages/func_eval_used.txt
+++ b/pylint/test/messages/func_eval_used.txt
diff --git a/test/messages/func_excess_escapes.txt b/pylint/test/messages/func_excess_escapes.txt
index 2f07722..2f07722 100644
--- a/test/messages/func_excess_escapes.txt
+++ b/pylint/test/messages/func_excess_escapes.txt
diff --git a/test/messages/func_exec_used_py30.txt b/pylint/test/messages/func_exec_used_py30.txt
index 362da68..362da68 100644
--- a/test/messages/func_exec_used_py30.txt
+++ b/pylint/test/messages/func_exec_used_py30.txt
diff --git a/test/messages/func_f0401.txt b/pylint/test/messages/func_f0401.txt
index 27dc386..27dc386 100644
--- a/test/messages/func_f0401.txt
+++ b/pylint/test/messages/func_f0401.txt
diff --git a/test/messages/func_first_arg.txt b/pylint/test/messages/func_first_arg.txt
index 75090dd..75090dd 100644
--- a/test/messages/func_first_arg.txt
+++ b/pylint/test/messages/func_first_arg.txt
diff --git a/test/messages/func_fixme.txt b/pylint/test/messages/func_fixme.txt
index deade52..deade52 100644
--- a/test/messages/func_fixme.txt
+++ b/pylint/test/messages/func_fixme.txt
diff --git a/test/messages/func_i0011.txt b/pylint/test/messages/func_i0011.txt
index 6c1071d..6c1071d 100644
--- a/test/messages/func_i0011.txt
+++ b/pylint/test/messages/func_i0011.txt
diff --git a/test/messages/func_i0012.txt b/pylint/test/messages/func_i0012.txt
index 76b0c77..76b0c77 100644
--- a/test/messages/func_i0012.txt
+++ b/pylint/test/messages/func_i0012.txt
diff --git a/test/messages/func_i0013.txt b/pylint/test/messages/func_i0013.txt
index 75d7afd..75d7afd 100644
--- a/test/messages/func_i0013.txt
+++ b/pylint/test/messages/func_i0013.txt
diff --git a/test/messages/func_i0014.txt b/pylint/test/messages/func_i0014.txt
index c3b521d..c3b521d 100644
--- a/test/messages/func_i0014.txt
+++ b/pylint/test/messages/func_i0014.txt
diff --git a/test/messages/func_i0020.txt b/pylint/test/messages/func_i0020.txt
index 73f83a4..73f83a4 100644
--- a/test/messages/func_i0020.txt
+++ b/pylint/test/messages/func_i0020.txt
diff --git a/test/messages/func_i0022.txt b/pylint/test/messages/func_i0022.txt
index fb527b1..fb527b1 100644
--- a/test/messages/func_i0022.txt
+++ b/pylint/test/messages/func_i0022.txt
diff --git a/test/messages/func_import_syntax_error.txt b/pylint/test/messages/func_import_syntax_error.txt
index 885378b..885378b 100644
--- a/test/messages/func_import_syntax_error.txt
+++ b/pylint/test/messages/func_import_syntax_error.txt
diff --git a/test/messages/func_import_syntax_error_py30.txt b/pylint/test/messages/func_import_syntax_error_py30.txt
index 00e7da0..00e7da0 100644
--- a/test/messages/func_import_syntax_error_py30.txt
+++ b/pylint/test/messages/func_import_syntax_error_py30.txt
diff --git a/test/messages/func_indent.txt b/pylint/test/messages/func_indent.txt
index c8fe133..c8fe133 100644
--- a/test/messages/func_indent.txt
+++ b/pylint/test/messages/func_indent.txt
diff --git a/test/messages/func_init_vars.txt b/pylint/test/messages/func_init_vars.txt
index 44ef6f3..44ef6f3 100644
--- a/test/messages/func_init_vars.txt
+++ b/pylint/test/messages/func_init_vars.txt
diff --git a/test/messages/func_interfaces.txt b/pylint/test/messages/func_interfaces.txt
index a4cd21d..a4cd21d 100644
--- a/test/messages/func_interfaces.txt
+++ b/pylint/test/messages/func_interfaces.txt
diff --git a/test/messages/func_invalid_sequence_index.txt b/pylint/test/messages/func_invalid_sequence_index.txt
index db9edab..db9edab 100644
--- a/test/messages/func_invalid_sequence_index.txt
+++ b/pylint/test/messages/func_invalid_sequence_index.txt
diff --git a/test/messages/func_keyword_repeat_py26.txt b/pylint/test/messages/func_keyword_repeat_py26.txt
index f2652f0..f2652f0 100644
--- a/test/messages/func_keyword_repeat_py26.txt
+++ b/pylint/test/messages/func_keyword_repeat_py26.txt
diff --git a/test/messages/func_kwoa_py30.txt b/pylint/test/messages/func_kwoa_py30.txt
index 08dd8c5..08dd8c5 100644
--- a/test/messages/func_kwoa_py30.txt
+++ b/pylint/test/messages/func_kwoa_py30.txt
diff --git a/test/messages/func_logging_not_lazy_with_logger.txt b/pylint/test/messages/func_logging_not_lazy_with_logger.txt
index 8b483a7..8b483a7 100644
--- a/test/messages/func_logging_not_lazy_with_logger.txt
+++ b/pylint/test/messages/func_logging_not_lazy_with_logger.txt
diff --git a/test/messages/func_loopvar_in_dict_comp_py27.txt b/pylint/test/messages/func_loopvar_in_dict_comp_py27.txt
index bc11121..bc11121 100644
--- a/test/messages/func_loopvar_in_dict_comp_py27.txt
+++ b/pylint/test/messages/func_loopvar_in_dict_comp_py27.txt
diff --git a/test/messages/func_method_could_be_function.txt b/pylint/test/messages/func_method_could_be_function.txt
index 1def89e..1def89e 100644
--- a/test/messages/func_method_could_be_function.txt
+++ b/pylint/test/messages/func_method_could_be_function.txt
diff --git a/test/messages/func_module___dict__.txt b/pylint/test/messages/func_module___dict__.txt
index 4169824..4169824 100644
--- a/test/messages/func_module___dict__.txt
+++ b/pylint/test/messages/func_module___dict__.txt
diff --git a/test/messages/func_more_e0604.txt b/pylint/test/messages/func_more_e0604.txt
index 080c59f..080c59f 100644
--- a/test/messages/func_more_e0604.txt
+++ b/pylint/test/messages/func_more_e0604.txt
diff --git a/test/messages/func_nameerror_on_string_substitution.txt b/pylint/test/messages/func_nameerror_on_string_substitution.txt
index aab2102..aab2102 100644
--- a/test/messages/func_nameerror_on_string_substitution.txt
+++ b/pylint/test/messages/func_nameerror_on_string_substitution.txt
diff --git a/test/messages/func_no_dummy_redefined.txt b/pylint/test/messages/func_no_dummy_redefined.txt
index 9ef7891..9ef7891 100644
--- a/test/messages/func_no_dummy_redefined.txt
+++ b/pylint/test/messages/func_no_dummy_redefined.txt
diff --git a/test/messages/func_non_iterator_returned_py30.txt b/pylint/test/messages/func_non_iterator_returned_py30.txt
index b41b14b..b41b14b 100644
--- a/test/messages/func_non_iterator_returned_py30.txt
+++ b/pylint/test/messages/func_non_iterator_returned_py30.txt
diff --git a/test/messages/func_non_iterator_returned_py_30.txt b/pylint/test/messages/func_non_iterator_returned_py_30.txt
index b41b14b..b41b14b 100644
--- a/test/messages/func_non_iterator_returned_py_30.txt
+++ b/pylint/test/messages/func_non_iterator_returned_py_30.txt
diff --git a/test/messages/func_nonregr___file___global.txt b/pylint/test/messages/func_nonregr___file___global.txt
index c0d7340..c0d7340 100644
--- a/test/messages/func_nonregr___file___global.txt
+++ b/pylint/test/messages/func_nonregr___file___global.txt
diff --git a/test/messages/func_operators.txt b/pylint/test/messages/func_operators.txt
index ba23690..ba23690 100644
--- a/test/messages/func_operators.txt
+++ b/pylint/test/messages/func_operators.txt
diff --git a/test/messages/func_r0901.txt b/pylint/test/messages/func_r0901.txt
index 1f4007f..1f4007f 100644
--- a/test/messages/func_r0901.txt
+++ b/pylint/test/messages/func_r0901.txt
diff --git a/test/messages/func_r0902.txt b/pylint/test/messages/func_r0902.txt
index 5dcb669..5dcb669 100644
--- a/test/messages/func_r0902.txt
+++ b/pylint/test/messages/func_r0902.txt
diff --git a/test/messages/func_r0903.txt b/pylint/test/messages/func_r0903.txt
index 3ca8004..3ca8004 100644
--- a/test/messages/func_r0903.txt
+++ b/pylint/test/messages/func_r0903.txt
diff --git a/test/messages/func_r0904.txt b/pylint/test/messages/func_r0904.txt
index 76baf72..76baf72 100644
--- a/test/messages/func_r0904.txt
+++ b/pylint/test/messages/func_r0904.txt
diff --git a/test/messages/func_r0921.txt b/pylint/test/messages/func_r0921.txt
index 7e9a442..7e9a442 100644
--- a/test/messages/func_r0921.txt
+++ b/pylint/test/messages/func_r0921.txt
diff --git a/test/messages/func_r0922.txt b/pylint/test/messages/func_r0922.txt
index 70319ee..70319ee 100644
--- a/test/messages/func_r0922.txt
+++ b/pylint/test/messages/func_r0922.txt
diff --git a/test/messages/func_r0923.txt b/pylint/test/messages/func_r0923.txt
index 11ee61d..11ee61d 100644
--- a/test/messages/func_r0923.txt
+++ b/pylint/test/messages/func_r0923.txt
diff --git a/test/messages/func_raw_escapes.txt b/pylint/test/messages/func_raw_escapes.txt
index 991fba7..991fba7 100644
--- a/test/messages/func_raw_escapes.txt
+++ b/pylint/test/messages/func_raw_escapes.txt
diff --git a/test/messages/func_reqattrs.txt b/pylint/test/messages/func_reqattrs.txt
index 0563049..0563049 100644
--- a/test/messages/func_reqattrs.txt
+++ b/pylint/test/messages/func_reqattrs.txt
diff --git a/test/messages/func_return_outside_func.txt b/pylint/test/messages/func_return_outside_func.txt
index e61be76..e61be76 100644
--- a/test/messages/func_return_outside_func.txt
+++ b/pylint/test/messages/func_return_outside_func.txt
diff --git a/test/messages/func_return_yield_mix_py_33.txt b/pylint/test/messages/func_return_yield_mix_py_33.txt
index d81ce5c..d81ce5c 100644
--- a/test/messages/func_return_yield_mix_py_33.txt
+++ b/pylint/test/messages/func_return_yield_mix_py_33.txt
diff --git a/test/messages/func_set_literal_as_default_py27.txt b/pylint/test/messages/func_set_literal_as_default_py27.txt
index ba38ec4..ba38ec4 100644
--- a/test/messages/func_set_literal_as_default_py27.txt
+++ b/pylint/test/messages/func_set_literal_as_default_py27.txt
diff --git a/test/messages/func_syntax_error.txt b/pylint/test/messages/func_syntax_error.txt
index f2fb1ec..f2fb1ec 100644
--- a/test/messages/func_syntax_error.txt
+++ b/pylint/test/messages/func_syntax_error.txt
diff --git a/test/messages/func_tokenize_error.txt b/pylint/test/messages/func_tokenize_error.txt
index a6c5cda..a6c5cda 100644
--- a/test/messages/func_tokenize_error.txt
+++ b/pylint/test/messages/func_tokenize_error.txt
diff --git a/test/messages/func_too_many_locals_arguments.txt b/pylint/test/messages/func_too_many_locals_arguments.txt
index 8f236c2..8f236c2 100644
--- a/test/messages/func_too_many_locals_arguments.txt
+++ b/pylint/test/messages/func_too_many_locals_arguments.txt
diff --git a/test/messages/func_too_many_returns_yields.txt b/pylint/test/messages/func_too_many_returns_yields.txt
index f8a0f0d..f8a0f0d 100644
--- a/test/messages/func_too_many_returns_yields.txt
+++ b/pylint/test/messages/func_too_many_returns_yields.txt
diff --git a/test/messages/func_toolonglines.txt b/pylint/test/messages/func_toolonglines.txt
index ddf05af..ddf05af 100644
--- a/test/messages/func_toolonglines.txt
+++ b/pylint/test/messages/func_toolonglines.txt
diff --git a/test/messages/func_toolonglines_py30.txt b/pylint/test/messages/func_toolonglines_py30.txt
index cd594f5..cd594f5 100644
--- a/test/messages/func_toolonglines_py30.txt
+++ b/pylint/test/messages/func_toolonglines_py30.txt
diff --git a/test/messages/func_trailing_whitespace.txt b/pylint/test/messages/func_trailing_whitespace.txt
index bfac360..bfac360 100644
--- a/test/messages/func_trailing_whitespace.txt
+++ b/pylint/test/messages/func_trailing_whitespace.txt
diff --git a/test/messages/func_typecheck_callfunc_assigment.txt b/pylint/test/messages/func_typecheck_callfunc_assigment.txt
index 1d84510..1d84510 100644
--- a/test/messages/func_typecheck_callfunc_assigment.txt
+++ b/pylint/test/messages/func_typecheck_callfunc_assigment.txt
diff --git a/test/messages/func_typecheck_getattr_py30.txt b/pylint/test/messages/func_typecheck_getattr_py30.txt
index b6bf150..b6bf150 100644
--- a/test/messages/func_typecheck_getattr_py30.txt
+++ b/pylint/test/messages/func_typecheck_getattr_py30.txt
diff --git a/test/messages/func_typecheck_non_callable_call.txt b/pylint/test/messages/func_typecheck_non_callable_call.txt
index 8baa237..8baa237 100644
--- a/test/messages/func_typecheck_non_callable_call.txt
+++ b/pylint/test/messages/func_typecheck_non_callable_call.txt
diff --git a/test/messages/func_undefined_metaclass_var_py30.txt b/pylint/test/messages/func_undefined_metaclass_var_py30.txt
index a82ac6a..a82ac6a 100644
--- a/test/messages/func_undefined_metaclass_var_py30.txt
+++ b/pylint/test/messages/func_undefined_metaclass_var_py30.txt
diff --git a/test/messages/func_unicode_literal_py26.txt b/pylint/test/messages/func_unicode_literal_py26.txt
index e69de29..e69de29 100644
--- a/test/messages/func_unicode_literal_py26.txt
+++ b/pylint/test/messages/func_unicode_literal_py26.txt
diff --git a/test/messages/func_unicode_literal_py274.txt b/pylint/test/messages/func_unicode_literal_py274.txt
index 25efa99..25efa99 100644
--- a/test/messages/func_unicode_literal_py274.txt
+++ b/pylint/test/messages/func_unicode_literal_py274.txt
diff --git a/test/messages/func_unreachable.txt b/pylint/test/messages/func_unreachable.txt
index bb25be0..bb25be0 100644
--- a/test/messages/func_unreachable.txt
+++ b/pylint/test/messages/func_unreachable.txt
diff --git a/test/messages/func_unused_import_py30.txt b/pylint/test/messages/func_unused_import_py30.txt
index 1868abc..1868abc 100644
--- a/test/messages/func_unused_import_py30.txt
+++ b/pylint/test/messages/func_unused_import_py30.txt
diff --git a/test/messages/func_unused_overridden_argument.txt b/pylint/test/messages/func_unused_overridden_argument.txt
index d7da45b..d7da45b 100644
--- a/test/messages/func_unused_overridden_argument.txt
+++ b/pylint/test/messages/func_unused_overridden_argument.txt
diff --git a/test/messages/func_use_for_or_listcomp_var_py29.txt b/pylint/test/messages/func_use_for_or_listcomp_var_py29.txt
index 14d61ad..14d61ad 100644
--- a/test/messages/func_use_for_or_listcomp_var_py29.txt
+++ b/pylint/test/messages/func_use_for_or_listcomp_var_py29.txt
diff --git a/test/messages/func_use_for_or_listcomp_var_py30.txt b/pylint/test/messages/func_use_for_or_listcomp_var_py30.txt
index 46d3430..46d3430 100644
--- a/test/messages/func_use_for_or_listcomp_var_py30.txt
+++ b/pylint/test/messages/func_use_for_or_listcomp_var_py30.txt
diff --git a/test/messages/func_used_before_assignment_py30.txt b/pylint/test/messages/func_used_before_assignment_py30.txt
index 8bb131d..8bb131d 100644
--- a/test/messages/func_used_before_assignment_py30.txt
+++ b/pylint/test/messages/func_used_before_assignment_py30.txt
diff --git a/test/messages/func_variables_unused_name_from_wilcard_import.txt b/pylint/test/messages/func_variables_unused_name_from_wilcard_import.txt
index 01c57af..01c57af 100644
--- a/test/messages/func_variables_unused_name_from_wilcard_import.txt
+++ b/pylint/test/messages/func_variables_unused_name_from_wilcard_import.txt
diff --git a/test/messages/func_w0101.txt b/pylint/test/messages/func_w0101.txt
index c42ec2c..c42ec2c 100644
--- a/test/messages/func_w0101.txt
+++ b/pylint/test/messages/func_w0101.txt
diff --git a/test/messages/func_w0102.txt b/pylint/test/messages/func_w0102.txt
index 40b6190..40b6190 100644
--- a/test/messages/func_w0102.txt
+++ b/pylint/test/messages/func_w0102.txt
diff --git a/test/messages/func_w0103.txt b/pylint/test/messages/func_w0103.txt
index 0d6da42..0d6da42 100644
--- a/test/messages/func_w0103.txt
+++ b/pylint/test/messages/func_w0103.txt
diff --git a/test/messages/func_w0104.txt b/pylint/test/messages/func_w0104.txt
index 71f6f62..71f6f62 100644
--- a/test/messages/func_w0104.txt
+++ b/pylint/test/messages/func_w0104.txt
diff --git a/test/messages/func_w0105.txt b/pylint/test/messages/func_w0105.txt
index d664dd4..d664dd4 100644
--- a/test/messages/func_w0105.txt
+++ b/pylint/test/messages/func_w0105.txt
diff --git a/test/messages/func_w0110.txt b/pylint/test/messages/func_w0110.txt
index b61400e..b61400e 100644
--- a/test/messages/func_w0110.txt
+++ b/pylint/test/messages/func_w0110.txt
diff --git a/test/messages/func_w0111.txt b/pylint/test/messages/func_w0111.txt
index b2d794b..b2d794b 100644
--- a/test/messages/func_w0111.txt
+++ b/pylint/test/messages/func_w0111.txt
diff --git a/test/messages/func_w0112.txt b/pylint/test/messages/func_w0112.txt
index 19b2da5..19b2da5 100644
--- a/test/messages/func_w0112.txt
+++ b/pylint/test/messages/func_w0112.txt
diff --git a/test/messages/func_w0122_py_30.txt b/pylint/test/messages/func_w0122_py_30.txt
index d833076..d833076 100644
--- a/test/messages/func_w0122_py_30.txt
+++ b/pylint/test/messages/func_w0122_py_30.txt
diff --git a/test/messages/func_w0151.txt b/pylint/test/messages/func_w0151.txt
index 9a53967..9a53967 100644
--- a/test/messages/func_w0151.txt
+++ b/pylint/test/messages/func_w0151.txt
diff --git a/test/messages/func_w0152_py29.txt b/pylint/test/messages/func_w0152_py29.txt
index 484d5bf..484d5bf 100644
--- a/test/messages/func_w0152_py29.txt
+++ b/pylint/test/messages/func_w0152_py29.txt
diff --git a/test/messages/func_w0152_py30.txt b/pylint/test/messages/func_w0152_py30.txt
index 4bec00a..4bec00a 100644
--- a/test/messages/func_w0152_py30.txt
+++ b/pylint/test/messages/func_w0152_py30.txt
diff --git a/test/messages/func_w0202.txt b/pylint/test/messages/func_w0202.txt
index d10e5bc..d10e5bc 100644
--- a/test/messages/func_w0202.txt
+++ b/pylint/test/messages/func_w0202.txt
diff --git a/test/messages/func_w0205.txt b/pylint/test/messages/func_w0205.txt
index 83ac5de..83ac5de 100644
--- a/test/messages/func_w0205.txt
+++ b/pylint/test/messages/func_w0205.txt
diff --git a/test/messages/func_w0233.txt b/pylint/test/messages/func_w0233.txt
index 157b270..157b270 100644
--- a/test/messages/func_w0233.txt
+++ b/pylint/test/messages/func_w0233.txt
diff --git a/test/messages/func_w0302.txt b/pylint/test/messages/func_w0302.txt
index 26d509c..26d509c 100644
--- a/test/messages/func_w0302.txt
+++ b/pylint/test/messages/func_w0302.txt
diff --git a/test/messages/func_w0312.txt b/pylint/test/messages/func_w0312.txt
index 917e8d0..917e8d0 100644
--- a/test/messages/func_w0312.txt
+++ b/pylint/test/messages/func_w0312.txt
diff --git a/test/messages/func_w0332_py_30.txt b/pylint/test/messages/func_w0332_py_30.txt
index 16f1d80..16f1d80 100644
--- a/test/messages/func_w0332_py_30.txt
+++ b/pylint/test/messages/func_w0332_py_30.txt
diff --git a/test/messages/func_w0401.txt b/pylint/test/messages/func_w0401.txt
index 74b14dc..74b14dc 100644
--- a/test/messages/func_w0401.txt
+++ b/pylint/test/messages/func_w0401.txt
diff --git a/test/messages/func_w0401_package.txt b/pylint/test/messages/func_w0401_package.txt
index 4b1145b..4b1145b 100644
--- a/test/messages/func_w0401_package.txt
+++ b/pylint/test/messages/func_w0401_package.txt
diff --git a/test/messages/func_w0402.txt b/pylint/test/messages/func_w0402.txt
index 453fc06..453fc06 100644
--- a/test/messages/func_w0402.txt
+++ b/pylint/test/messages/func_w0402.txt
diff --git a/test/messages/func_w0404.txt b/pylint/test/messages/func_w0404.txt
index cd7f3e2..cd7f3e2 100644
--- a/test/messages/func_w0404.txt
+++ b/pylint/test/messages/func_w0404.txt
diff --git a/test/messages/func_w0405.txt b/pylint/test/messages/func_w0405.txt
index 9555dfd..9555dfd 100644
--- a/test/messages/func_w0405.txt
+++ b/pylint/test/messages/func_w0405.txt
diff --git a/test/messages/func_w0406.txt b/pylint/test/messages/func_w0406.txt
index 8779d98..8779d98 100644
--- a/test/messages/func_w0406.txt
+++ b/pylint/test/messages/func_w0406.txt
diff --git a/test/messages/func_w0611.txt b/pylint/test/messages/func_w0611.txt
index 2be0d0a..2be0d0a 100644
--- a/test/messages/func_w0611.txt
+++ b/pylint/test/messages/func_w0611.txt
diff --git a/test/messages/func_w0612.txt b/pylint/test/messages/func_w0612.txt
index c81b4f9..c81b4f9 100644
--- a/test/messages/func_w0612.txt
+++ b/pylint/test/messages/func_w0612.txt
diff --git a/test/messages/func_w0613.txt b/pylint/test/messages/func_w0613.txt
index 36cb380..36cb380 100644
--- a/test/messages/func_w0613.txt
+++ b/pylint/test/messages/func_w0613.txt
diff --git a/test/messages/func_w0622.txt b/pylint/test/messages/func_w0622.txt
index 7191347..7191347 100644
--- a/test/messages/func_w0622.txt
+++ b/pylint/test/messages/func_w0622.txt
diff --git a/test/messages/func_w0623.txt b/pylint/test/messages/func_w0623.txt
index b764def..b764def 100644
--- a/test/messages/func_w0623.txt
+++ b/pylint/test/messages/func_w0623.txt
diff --git a/test/messages/func_w0623_py30.txt b/pylint/test/messages/func_w0623_py30.txt
index adcd208..adcd208 100644
--- a/test/messages/func_w0623_py30.txt
+++ b/pylint/test/messages/func_w0623_py30.txt
diff --git a/test/messages/func_w0623_py_30.txt b/pylint/test/messages/func_w0623_py_30.txt
index a2923f1..a2923f1 100644
--- a/test/messages/func_w0623_py_30.txt
+++ b/pylint/test/messages/func_w0623_py_30.txt
diff --git a/test/messages/func_w0631.txt b/pylint/test/messages/func_w0631.txt
index af335a1..af335a1 100644
--- a/test/messages/func_w0631.txt
+++ b/pylint/test/messages/func_w0631.txt
diff --git a/test/messages/func_w0702.txt b/pylint/test/messages/func_w0702.txt
index d40a837..d40a837 100644
--- a/test/messages/func_w0702.txt
+++ b/pylint/test/messages/func_w0702.txt
diff --git a/test/messages/func_w0703.txt b/pylint/test/messages/func_w0703.txt
index 6135664..6135664 100644
--- a/test/messages/func_w0703.txt
+++ b/pylint/test/messages/func_w0703.txt
diff --git a/test/messages/func_w0704.txt b/pylint/test/messages/func_w0704.txt
index 1eca794..1eca794 100644
--- a/test/messages/func_w0704.txt
+++ b/pylint/test/messages/func_w0704.txt
diff --git a/test/messages/func_w0705.txt b/pylint/test/messages/func_w0705.txt
index 0393a88..0393a88 100644
--- a/test/messages/func_w0705.txt
+++ b/pylint/test/messages/func_w0705.txt
diff --git a/test/messages/func_w0801.txt b/pylint/test/messages/func_w0801.txt
index 203ce92..203ce92 100644
--- a/test/messages/func_w0801.txt
+++ b/pylint/test/messages/func_w0801.txt
diff --git a/test/messages/func_w1201.txt b/pylint/test/messages/func_w1201.txt
index 45a742e..45a742e 100644
--- a/test/messages/func_w1201.txt
+++ b/pylint/test/messages/func_w1201.txt
diff --git a/test/messages/func_w1202.txt b/pylint/test/messages/func_w1202.txt
index 9dbc26b..9dbc26b 100644
--- a/test/messages/func_w1202.txt
+++ b/pylint/test/messages/func_w1202.txt
diff --git a/test/messages/func_with_without_as_py25.txt b/pylint/test/messages/func_with_without_as_py25.txt
index 18ca371..18ca371 100644
--- a/test/messages/func_with_without_as_py25.txt
+++ b/pylint/test/messages/func_with_without_as_py25.txt
diff --git a/test/regrtest_data/absimp/__init__.py b/pylint/test/regrtest_data/absimp/__init__.py
index b98444d..b98444d 100644
--- a/test/regrtest_data/absimp/__init__.py
+++ b/pylint/test/regrtest_data/absimp/__init__.py
diff --git a/test/regrtest_data/absimp/string.py b/pylint/test/regrtest_data/absimp/string.py
index f47e9a5..f47e9a5 100644
--- a/test/regrtest_data/absimp/string.py
+++ b/pylint/test/regrtest_data/absimp/string.py
diff --git a/test/regrtest_data/application_crash.py b/pylint/test/regrtest_data/application_crash.py
index 6e6044a..6e6044a 100644
--- a/test/regrtest_data/application_crash.py
+++ b/pylint/test/regrtest_data/application_crash.py
diff --git a/test/regrtest_data/classdoc_usage.py b/pylint/test/regrtest_data/classdoc_usage.py
index 7c30f7e..7c30f7e 100644
--- a/test/regrtest_data/classdoc_usage.py
+++ b/pylint/test/regrtest_data/classdoc_usage.py
diff --git a/test/regrtest_data/decimal_inference.py b/pylint/test/regrtest_data/decimal_inference.py
index 00c9130..00c9130 100644
--- a/test/regrtest_data/decimal_inference.py
+++ b/pylint/test/regrtest_data/decimal_inference.py
diff --git a/test/regrtest_data/descriptor_crash.py b/pylint/test/regrtest_data/descriptor_crash.py
index 4b3adcc..4b3adcc 100644
--- a/test/regrtest_data/descriptor_crash.py
+++ b/pylint/test/regrtest_data/descriptor_crash.py
diff --git a/test/regrtest_data/import_assign.py b/pylint/test/regrtest_data/import_assign.py
index c01cd52..c01cd52 100644
--- a/test/regrtest_data/import_assign.py
+++ b/pylint/test/regrtest_data/import_assign.py
diff --git a/test/regrtest_data/import_package_subpackage_module.py b/pylint/test/regrtest_data/import_package_subpackage_module.py
index 937c8c3..937c8c3 100644
--- a/test/regrtest_data/import_package_subpackage_module.py
+++ b/pylint/test/regrtest_data/import_package_subpackage_module.py
diff --git a/test/regrtest_data/module_global.py b/pylint/test/regrtest_data/module_global.py
index 107d652..107d652 100644
--- a/test/regrtest_data/module_global.py
+++ b/pylint/test/regrtest_data/module_global.py
diff --git a/test/regrtest_data/no_stdout_encoding.py b/pylint/test/regrtest_data/no_stdout_encoding.py
index 002d19b..002d19b 100644
--- a/test/regrtest_data/no_stdout_encoding.py
+++ b/pylint/test/regrtest_data/no_stdout_encoding.py
diff --git a/test/regrtest_data/numarray_import.py b/pylint/test/regrtest_data/numarray_import.py
index e89757f..e89757f 100644
--- a/test/regrtest_data/numarray_import.py
+++ b/pylint/test/regrtest_data/numarray_import.py
diff --git a/test/regrtest_data/numarray_inf.py b/pylint/test/regrtest_data/numarray_inf.py
index 4ea22a9..4ea22a9 100644
--- a/test/regrtest_data/numarray_inf.py
+++ b/pylint/test/regrtest_data/numarray_inf.py
diff --git a/test/regrtest_data/package/AudioTime.py b/pylint/test/regrtest_data/package/AudioTime.py
index a1fde96..a1fde96 100644
--- a/test/regrtest_data/package/AudioTime.py
+++ b/pylint/test/regrtest_data/package/AudioTime.py
diff --git a/test/regrtest_data/package/__init__.py b/pylint/test/regrtest_data/package/__init__.py
index 7041268..7041268 100644
--- a/test/regrtest_data/package/__init__.py
+++ b/pylint/test/regrtest_data/package/__init__.py
diff --git a/test/regrtest_data/package/subpackage/__init__.py b/pylint/test/regrtest_data/package/subpackage/__init__.py
index dc4782e..dc4782e 100644
--- a/test/regrtest_data/package/subpackage/__init__.py
+++ b/pylint/test/regrtest_data/package/subpackage/__init__.py
diff --git a/test/regrtest_data/package/subpackage/module.py b/pylint/test/regrtest_data/package/subpackage/module.py
index 4b7244b..4b7244b 100644
--- a/test/regrtest_data/package/subpackage/module.py
+++ b/pylint/test/regrtest_data/package/subpackage/module.py
diff --git a/test/regrtest_data/package_all/__init__.py b/pylint/test/regrtest_data/package_all/__init__.py
index 4e3696b..4e3696b 100644
--- a/test/regrtest_data/package_all/__init__.py
+++ b/pylint/test/regrtest_data/package_all/__init__.py
diff --git a/test/regrtest_data/package_all/notmissing.py b/pylint/test/regrtest_data/package_all/notmissing.py
index 7cf8543..7cf8543 100644
--- a/test/regrtest_data/package_all/notmissing.py
+++ b/pylint/test/regrtest_data/package_all/notmissing.py
diff --git a/test/regrtest_data/precedence_test.py b/pylint/test/regrtest_data/precedence_test.py
index 260eeb3..260eeb3 100644
--- a/test/regrtest_data/precedence_test.py
+++ b/pylint/test/regrtest_data/precedence_test.py
diff --git a/test/regrtest_data/special_attr_scope_lookup_crash.py b/pylint/test/regrtest_data/special_attr_scope_lookup_crash.py
index b693a9f..b693a9f 100644
--- a/test/regrtest_data/special_attr_scope_lookup_crash.py
+++ b/pylint/test/regrtest_data/special_attr_scope_lookup_crash.py
diff --git a/test/regrtest_data/try_finally_disable_msg_crash.py b/pylint/test/regrtest_data/try_finally_disable_msg_crash.py
index 1719308..1719308 100644
--- a/test/regrtest_data/try_finally_disable_msg_crash.py
+++ b/pylint/test/regrtest_data/try_finally_disable_msg_crash.py
diff --git a/test/test_func.py b/pylint/test/test_func.py
index f9b3522..f9b3522 100644
--- a/test/test_func.py
+++ b/pylint/test/test_func.py
diff --git a/test/test_functional.py b/pylint/test/test_functional.py
index f9e33fa..f9e33fa 100644
--- a/test/test_functional.py
+++ b/pylint/test/test_functional.py
diff --git a/test/test_import_graph.py b/pylint/test/test_import_graph.py
index 2b41536..2b41536 100644
--- a/test/test_import_graph.py
+++ b/pylint/test/test_import_graph.py
diff --git a/test/test_regr.py b/pylint/test/test_regr.py
index 6fb0fc5..6fb0fc5 100644
--- a/test/test_regr.py
+++ b/pylint/test/test_regr.py
diff --git a/test/test_self.py b/pylint/test/test_self.py
index e94d958..e94d958 100644
--- a/test/test_self.py
+++ b/pylint/test/test_self.py
diff --git a/test/unittest_checker_base.py b/pylint/test/unittest_checker_base.py
index b74ac5a..b74ac5a 100644
--- a/test/unittest_checker_base.py
+++ b/pylint/test/unittest_checker_base.py
diff --git a/test/unittest_checker_classes.py b/pylint/test/unittest_checker_classes.py
index f21cfc1..f21cfc1 100644
--- a/test/unittest_checker_classes.py
+++ b/pylint/test/unittest_checker_classes.py
diff --git a/test/unittest_checker_exceptions.py b/pylint/test/unittest_checker_exceptions.py
index 544e179..544e179 100644
--- a/test/unittest_checker_exceptions.py
+++ b/pylint/test/unittest_checker_exceptions.py
diff --git a/test/unittest_checker_format.py b/pylint/test/unittest_checker_format.py
index 7d5a32f..7d5a32f 100644
--- a/test/unittest_checker_format.py
+++ b/pylint/test/unittest_checker_format.py
diff --git a/test/unittest_checker_logging.py b/pylint/test/unittest_checker_logging.py
index e25daac..e25daac 100644
--- a/test/unittest_checker_logging.py
+++ b/pylint/test/unittest_checker_logging.py
diff --git a/test/unittest_checker_misc.py b/pylint/test/unittest_checker_misc.py
index 03e3cc2..03e3cc2 100644
--- a/test/unittest_checker_misc.py
+++ b/pylint/test/unittest_checker_misc.py
diff --git a/test/unittest_checker_python3.py b/pylint/test/unittest_checker_python3.py
index a7d31ba..a7d31ba 100644
--- a/test/unittest_checker_python3.py
+++ b/pylint/test/unittest_checker_python3.py
diff --git a/test/unittest_checker_similar.py b/pylint/test/unittest_checker_similar.py
index 4cd48cc..4cd48cc 100644
--- a/test/unittest_checker_similar.py
+++ b/pylint/test/unittest_checker_similar.py
diff --git a/test/unittest_checker_spelling.py b/pylint/test/unittest_checker_spelling.py
index c630eb2..c630eb2 100644
--- a/test/unittest_checker_spelling.py
+++ b/pylint/test/unittest_checker_spelling.py
diff --git a/test/unittest_checker_typecheck.py b/pylint/test/unittest_checker_typecheck.py
index 33efe5d..33efe5d 100644
--- a/test/unittest_checker_typecheck.py
+++ b/pylint/test/unittest_checker_typecheck.py
diff --git a/test/unittest_checker_variables.py b/pylint/test/unittest_checker_variables.py
index e3dd939..e3dd939 100644
--- a/test/unittest_checker_variables.py
+++ b/pylint/test/unittest_checker_variables.py
diff --git a/test/unittest_checkers_utils.py b/pylint/test/unittest_checkers_utils.py
index 5909cd7..5909cd7 100644
--- a/test/unittest_checkers_utils.py
+++ b/pylint/test/unittest_checkers_utils.py
diff --git a/test/unittest_lint.py b/pylint/test/unittest_lint.py
index ed2f20c..ed2f20c 100644
--- a/test/unittest_lint.py
+++ b/pylint/test/unittest_lint.py
diff --git a/test/unittest_pyreverse_diadefs.py b/pylint/test/unittest_pyreverse_diadefs.py
index 5f775aa..5f775aa 100644
--- a/test/unittest_pyreverse_diadefs.py
+++ b/pylint/test/unittest_pyreverse_diadefs.py
diff --git a/test/unittest_pyreverse_writer.py b/pylint/test/unittest_pyreverse_writer.py
index b4da835..b4da835 100644
--- a/test/unittest_pyreverse_writer.py
+++ b/pylint/test/unittest_pyreverse_writer.py
diff --git a/test/unittest_reporters_json.py b/pylint/test/unittest_reporters_json.py
index 1b0ae1d..1b0ae1d 100644
--- a/test/unittest_reporters_json.py
+++ b/pylint/test/unittest_reporters_json.py
diff --git a/test/unittest_reporting.py b/pylint/test/unittest_reporting.py
index af5a69b..af5a69b 100644
--- a/test/unittest_reporting.py
+++ b/pylint/test/unittest_reporting.py
diff --git a/test/unittest_utils.py b/pylint/test/unittest_utils.py
index d631dbb..d631dbb 100644
--- a/test/unittest_utils.py
+++ b/pylint/test/unittest_utils.py
diff --git a/testutils.py b/pylint/testutils.py
index 2f9af4d..2f9af4d 100644
--- a/testutils.py
+++ b/pylint/testutils.py
diff --git a/utils.py b/pylint/utils.py
index 6685c4a..6685c4a 100644
--- a/utils.py
+++ b/pylint/utils.py