tar -xf pylint-0.25.0.tar.gz running build running build_py creating build creating build/lib creating build/lib/pylint copying ./__pkginfo__.py -> build/lib/pylint copying ./interfaces.py -> build/lib/pylint copying ./lint.py -> build/lib/pylint copying ./config.py -> build/lib/pylint copying ./utils.py -> build/lib/pylint copying ./__init__.py -> build/lib/pylint copying ./epylint.py -> build/lib/pylint copying ./gui.py -> build/lib/pylint creating build/lib/pylint/pyreverse copying ./pyreverse/writer.py -> build/lib/pylint/pyreverse copying ./pyreverse/main.py -> build/lib/pylint/pyreverse copying ./pyreverse/utils.py -> build/lib/pylint/pyreverse copying ./pyreverse/diadefslib.py -> build/lib/pylint/pyreverse copying ./pyreverse/diagrams.py -> build/lib/pylint/pyreverse copying ./pyreverse/__init__.py -> build/lib/pylint/pyreverse creating build/lib/pylint/checkers copying ./checkers/exceptions.py -> build/lib/pylint/checkers copying ./checkers/imports.py -> build/lib/pylint/checkers copying ./checkers/misc.py -> build/lib/pylint/checkers copying ./checkers/similar.py -> build/lib/pylint/checkers copying ./checkers/variables.py -> build/lib/pylint/checkers copying ./checkers/typecheck.py -> build/lib/pylint/checkers copying ./checkers/raw_metrics.py -> build/lib/pylint/checkers copying ./checkers/string_format.py -> build/lib/pylint/checkers copying ./checkers/newstyle.py -> build/lib/pylint/checkers copying ./checkers/logging.py -> build/lib/pylint/checkers copying ./checkers/utils.py -> build/lib/pylint/checkers copying ./checkers/format.py -> build/lib/pylint/checkers copying ./checkers/__init__.py -> build/lib/pylint/checkers copying ./checkers/classes.py -> build/lib/pylint/checkers copying ./checkers/base.py -> build/lib/pylint/checkers copying ./checkers/design_analysis.py -> build/lib/pylint/checkers creating build/lib/pylint/reporters copying ./reporters/html.py -> build/lib/pylint/reporters copying ./reporters/guireporter.py -> build/lib/pylint/reporters copying ./reporters/text.py -> build/lib/pylint/reporters copying ./reporters/__init__.py -> build/lib/pylint/reporters package init file './test/__init__.py' not found (or not a regular file) creating build/lib/pylint/test copying ./test/test_func.py -> build/lib/pylint/test copying ./test/unittest_pyreverse_diadefs.py -> build/lib/pylint/test copying ./test/unittest_checkers_utils.py -> build/lib/pylint/test copying ./test/unittest_lint.py -> build/lib/pylint/test copying ./test/test_similar.py -> build/lib/pylint/test copying ./test/unittest_pyreverse_writer.py -> build/lib/pylint/test copying ./test/test_format.py -> build/lib/pylint/test copying ./test/test_func_sample_config.py -> build/lib/pylint/test copying ./test/utils.py -> build/lib/pylint/test copying ./test/smoketest.py -> build/lib/pylint/test copying ./test/test_import_graph.py -> build/lib/pylint/test copying ./test/test_regr.py -> build/lib/pylint/test creating build/lib/pylint/test/input copying ./test/input/func_too_many_returns_yields.py -> build/lib/pylint/test/input copying ./test/input/func_class_access_protected_members.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_decorator_scope.py -> build/lib/pylint/test/input copying ./test/input/func_w0705.py -> build/lib/pylint/test/input copying ./test/input/func_r0922.py -> build/lib/pylint/test/input copying ./test/input/func_block_disable_msg.py -> build/lib/pylint/test/input copying ./test/input/func_unknown_encoding.py -> build/lib/pylint/test/input copying ./test/input/w0401_cycle.py -> build/lib/pylint/test/input copying ./test/input/func_typecheck_non_callable_call.py -> build/lib/pylint/test/input copying ./test/input/func_arguments.py -> build/lib/pylint/test/input copying ./test/input/func_w0111.py -> build/lib/pylint/test/input copying ./test/input/func_w0704.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_factory_method.py -> build/lib/pylint/test/input copying ./test/input/func_with_without_as_py25.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_external_classmethod_crash.py -> build/lib/pylint/test/input copying ./test/input/func_method_missing_self.py -> build/lib/pylint/test/input copying ./test/input/func_w0151.py -> build/lib/pylint/test/input copying ./test/input/func_newstyle_property.py -> build/lib/pylint/test/input copying ./test/input/func_r0921.py -> build/lib/pylint/test/input copying ./test/input/func_w0133.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_mcs_attr_access.py -> build/lib/pylint/test/input copying ./test/input/func_bad_assigment_to_exception_var.py -> build/lib/pylint/test/input copying ./test/input/func_e0011.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_yield_return_mix.py -> build/lib/pylint/test/input copying ./test/input/func_operators.py -> build/lib/pylint/test/input copying ./test/input/func_method_could_be_function.py -> build/lib/pylint/test/input copying ./test/input/func_w0401.py -> build/lib/pylint/test/input copying ./test/input/func_i0011.py -> build/lib/pylint/test/input copying ./test/input/func_e0601.py -> build/lib/pylint/test/input copying ./test/input/func_i0013.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_9215_lambda_arg_as_decorator.py -> build/lib/pylint/test/input copying ./test/input/func_assert_2uple.py -> build/lib/pylint/test/input copying ./test/input/func_interfaces.py -> build/lib/pylint/test/input copying ./test/input/func_return_yield_mix.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_nonregr.py -> build/lib/pylint/test/input copying ./test/input/func_dotted_ancestor.py -> build/lib/pylint/test/input copying ./test/input/func_w0613.py -> build/lib/pylint/test/input copying ./test/input/func_return_outside_func.py -> build/lib/pylint/test/input copying ./test/input/func_unreachable.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_e1101_but_getattr.py -> build/lib/pylint/test/input copying ./test/input/func_w0404.py -> build/lib/pylint/test/input copying ./test/input/func_i0012.py -> build/lib/pylint/test/input copying ./test/input/func_w0202.py -> build/lib/pylint/test/input copying ./test/input/func_w0406.py -> build/lib/pylint/test/input copying ./test/input/func_continue_not_in_loop.py -> build/lib/pylint/test/input copying ./test/input/func_w0622.py -> build/lib/pylint/test/input copying ./test/input/func_w0331_py_30.py -> build/lib/pylint/test/input copying ./test/input/func_r0923.py -> build/lib/pylint/test/input copying ./test/input/func_w0152.py -> build/lib/pylint/test/input copying ./test/input/func_names_imported_from_module.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_raise_return_self.py -> build/lib/pylint/test/input copying ./test/input/func_globals.py -> build/lib/pylint/test/input copying ./test/input/func_docstring.py -> build/lib/pylint/test/input copying ./test/input/func_init_vars.py -> build/lib/pylint/test/input copying ./test/input/indirect1.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_object_as_class_attribute.py -> build/lib/pylint/test/input copying ./test/input/func_w0223.py -> build/lib/pylint/test/input copying ./test/input/func_e0012.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_access_attr_before_def_false_positive.py -> build/lib/pylint/test/input copying ./test/input/func_nameerror_on_string_substitution.py -> build/lib/pylint/test/input copying ./test/input/func_w0312.py -> build/lib/pylint/test/input copying ./test/input/func_scope_regrtest.py -> build/lib/pylint/test/input copying ./test/input/ignore_except_pass_by_default.py -> build/lib/pylint/test/input copying ./test/input/func_typecheck_callfunc_assigment.py -> build/lib/pylint/test/input copying ./test/input/func_format.py -> build/lib/pylint/test/input copying ./test/input/func_break_or_return_in_try_finally.py -> build/lib/pylint/test/input copying ./test/input/func_e0204.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_defined_and_used_on_same_line.py -> build/lib/pylint/test/input copying ./test/input/func_use_for_or_listcomp_var.py -> build/lib/pylint/test/input copying ./test/input/func_newstyle_exceptions.py -> build/lib/pylint/test/input copying ./test/input/func_f0401.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_classes_protected_member_access.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_base_init_vars.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_yield_assign_py25.py -> build/lib/pylint/test/input copying ./test/input/func_unused_overridden_argument.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_classes_meth_signature.py -> build/lib/pylint/test/input copying ./test/input/func_w0108.py -> build/lib/pylint/test/input copying ./test/input/func_newstyle___slots__.py -> build/lib/pylint/test/input copying ./test/input/func_w0405.py -> build/lib/pylint/test/input copying ./test/input/func_undefined_var.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_inner_classes.py -> build/lib/pylint/test/input copying ./test/input/func_reqattrs.py -> build/lib/pylint/test/input copying ./test/input/func_keyword_repeat.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_static_method.py -> build/lib/pylint/test/input copying ./test/input/w0801_same.py -> build/lib/pylint/test/input copying ./test/input/func_defining-attr-methods_order.py -> build/lib/pylint/test/input copying ./test/input/func_w1201.py -> build/lib/pylint/test/input copying ./test/input/func_r0902.py -> build/lib/pylint/test/input copying ./test/input/func_w0205.py -> build/lib/pylint/test/input copying ./test/input/func_indent.py -> build/lib/pylint/test/input copying ./test/input/func_w0101.py -> build/lib/pylint/test/input copying ./test/input/indirect3.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_e1101_13784.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_function_as_method.py -> build/lib/pylint/test/input copying ./test/input/func_i0010.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_socket_member.py -> build/lib/pylint/test/input copying ./test/input/func_typecheck_getattr.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_overloaded_operator.py -> build/lib/pylint/test/input copying ./test/input/func_attrs_definition_order.py -> build/lib/pylint/test/input copying ./test/input/func_syntax_error.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_staticmethod_as_decorator_py24.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_lambda_use_before_assign.py -> build/lib/pylint/test/input copying ./test/input/func_class_members.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_new_style_class_py_30.py -> build/lib/pylint/test/input copying ./test/input/func_variables_unused_name_from_wilcard_import.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_builtin_module_test.py -> build/lib/pylint/test/input copying ./test/input/func_yield_outside_func.py -> build/lib/pylint/test/input copying ./test/input/func_e0206.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_class_attributes.py -> build/lib/pylint/test/input copying ./test/input/func_method_without_self_but_self_assignment.py -> build/lib/pylint/test/input copying ./test/input/func_w0112.py -> build/lib/pylint/test/input copying ./test/input/func_exceptions_raise_type_error.py -> build/lib/pylint/test/input copying ./test/input/indirect2.py -> build/lib/pylint/test/input copying ./test/input/func_w0611.py -> build/lib/pylint/test/input copying ./test/input/func_w0233.py -> build/lib/pylint/test/input copying ./test/input/func_w0402.py -> build/lib/pylint/test/input copying ./test/input/func_e0205.py -> build/lib/pylint/test/input copying ./test/input/func_e0203.py -> build/lib/pylint/test/input copying ./test/input/func_dict_keys.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_no_warning_docstring.py -> build/lib/pylint/test/input copying ./test/input/func_toolonglines.py -> build/lib/pylint/test/input copying ./test/input/func_genexpr_var_scope_py24.py -> build/lib/pylint/test/input copying ./test/input/func_w0122_py_30.py -> build/lib/pylint/test/input copying ./test/input/func_fixme.py -> build/lib/pylint/test/input copying ./test/input/func_w0110.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_e1101_9588_base_attr_aug_assign.py -> build/lib/pylint/test/input copying ./test/input/func_nonregr___file___global.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_w0232.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_genexp_in_class_scope.py -> build/lib/pylint/test/input copying ./test/input/func_e13xx.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_classes_meth_could_be_a_function.py -> build/lib/pylint/test/input copying ./test/input/func_w0702.py -> build/lib/pylint/test/input copying ./test/input/func_noerror___future___import.py -> build/lib/pylint/test/input copying ./test/input/func_w0102.py -> build/lib/pylint/test/input copying ./test/input/func_w0403.py -> build/lib/pylint/test/input copying ./test/input/func_noerror___init___return_from_inner_function.py -> build/lib/pylint/test/input copying ./test/input/func_empty_module.py -> build/lib/pylint/test/input copying ./test/input/func_e0214.py -> build/lib/pylint/test/input copying ./test/input/func_module___dict__.py -> build/lib/pylint/test/input copying ./test/input/func_r0904.py -> build/lib/pylint/test/input copying ./test/input/func_w0104.py -> build/lib/pylint/test/input copying ./test/input/func_3k_removed_stuff_py_30.py -> build/lib/pylint/test/input copying ./test/input/func___name___access.py -> build/lib/pylint/test/input copying ./test/input/__init__.py -> build/lib/pylint/test/input copying ./test/input/func_w0103.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_long_utf8_line.py -> build/lib/pylint/test/input copying ./test/input/func_w0109.py -> build/lib/pylint/test/input copying ./test/input/func_w0105.py -> build/lib/pylint/test/input copying ./test/input/func_e0101.py -> build/lib/pylint/test/input copying ./test/input/func_w0332_py_30.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_encoding.py -> build/lib/pylint/test/input copying ./test/input/func_r0901.py -> build/lib/pylint/test/input copying ./test/input/func_w0703.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_class_decorators_py26.py -> build/lib/pylint/test/input copying ./test/input/func_w0231.py -> build/lib/pylint/test/input copying ./test/input/func_e12xx.py -> build/lib/pylint/test/input copying ./test/input/func_w0612.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_indirect_interface.py -> build/lib/pylint/test/input copying ./test/input/func_w0302.py -> build/lib/pylint/test/input copying ./test/input/func_w0701_py_30.py -> build/lib/pylint/test/input copying ./test/input/func_newstyle_super.py -> build/lib/pylint/test/input copying ./test/input/func_r0903.py -> build/lib/pylint/test/input copying ./test/input/syntax_error.py -> build/lib/pylint/test/input copying ./test/input/func_base_stmt_without_effect.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_nested_classes.py -> build/lib/pylint/test/input copying ./test/input/func_import_syntax_error.py -> build/lib/pylint/test/input copying ./test/input/func_base_useless_pass.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_overriden_method_varargs.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_except_pass.py -> build/lib/pylint/test/input copying ./test/input/func_backtick_deprecated_py_30.py -> build/lib/pylint/test/input copying ./test/input/func_w0801.py -> build/lib/pylint/test/input copying ./test/input/func_noerror_exception.py -> build/lib/pylint/test/input copying ./test/input/func_e0001_py30.py -> build/lib/pylint/test/input copying ./test/input/func_f0001.py -> build/lib/pylint/test/input copying ./test/input/func_dangerous_default.py -> build/lib/pylint/test/input copying ./test/input/func_too_many_locals_arguments.py -> build/lib/pylint/test/input creating build/lib/pylint/test/data copying ./test/data/suppliermodule_test.py -> build/lib/pylint/test/data copying ./test/data/__init__.py -> build/lib/pylint/test/data copying ./test/data/clientmodule_test.py -> build/lib/pylint/test/data package init file './test/__init__.py' not found (or not a regular file) running build_scripts creating build/scripts-2.6 copying and adjusting bin/pylint -> build/scripts-2.6 copying and adjusting bin/pylint-gui -> build/scripts-2.6 copying and adjusting bin/symilar -> build/scripts-2.6 copying and adjusting bin/epylint -> build/scripts-2.6 copying and adjusting bin/pyreverse -> build/scripts-2.6 changing mode of build/scripts-2.6/pylint from 644 to 755 changing mode of build/scripts-2.6/pylint-gui from 644 to 755 changing mode of build/scripts-2.6/symilar from 644 to 755 changing mode of build/scripts-2.6/epylint from 644 to 755 changing mode of build/scripts-2.6/pyreverse from 644 to 755 running install running build running build_py package init file './test/__init__.py' not found (or not a regular file) package init file './test/__init__.py' not found (or not a regular file) running build_scripts running install_lib creating /home/kerd/Pkg/pylint/pkg/usr/lib64 creating /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6 creating /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages creating /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint copying build/lib/pylint/__pkginfo__.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint creating /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/writer.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/main.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/utils.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/diadefslib.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/diagrams.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse copying build/lib/pylint/pyreverse/__init__.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse creating /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/exceptions.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/imports.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/misc.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/similar.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/variables.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/typecheck.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/raw_metrics.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/string_format.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/newstyle.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/logging.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/utils.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/format.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/__init__.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/classes.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/base.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/checkers/design_analysis.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers copying build/lib/pylint/interfaces.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint creating /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/reporters copying build/lib/pylint/reporters/html.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/reporters copying build/lib/pylint/reporters/guireporter.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/reporters copying build/lib/pylint/reporters/text.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/reporters copying build/lib/pylint/reporters/__init__.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/reporters copying build/lib/pylint/lint.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint creating /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test copying build/lib/pylint/test/test_func.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test creating /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_too_many_returns_yields.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_class_access_protected_members.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_decorator_scope.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0705.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_r0922.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_block_disable_msg.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_unknown_encoding.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/w0401_cycle.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_typecheck_non_callable_call.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_arguments.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0111.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0704.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_factory_method.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_with_without_as_py25.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_external_classmethod_crash.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_method_missing_self.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0151.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_newstyle_property.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_r0921.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0133.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_mcs_attr_access.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_bad_assigment_to_exception_var.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_e0011.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_yield_return_mix.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_operators.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_method_could_be_function.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0401.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_i0011.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_e0601.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_i0013.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_9215_lambda_arg_as_decorator.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_assert_2uple.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_interfaces.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_return_yield_mix.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_nonregr.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_dotted_ancestor.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0613.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_return_outside_func.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_unreachable.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_e1101_but_getattr.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0404.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_i0012.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0202.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0406.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_continue_not_in_loop.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0622.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0331_py_30.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_r0923.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0152.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_names_imported_from_module.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_raise_return_self.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_globals.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_docstring.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_init_vars.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/indirect1.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_object_as_class_attribute.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0223.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_e0012.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_access_attr_before_def_false_positive.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_nameerror_on_string_substitution.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0312.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_scope_regrtest.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/ignore_except_pass_by_default.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_typecheck_callfunc_assigment.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_format.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_break_or_return_in_try_finally.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_e0204.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_defined_and_used_on_same_line.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_use_for_or_listcomp_var.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_newstyle_exceptions.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_f0401.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_classes_protected_member_access.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_base_init_vars.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_yield_assign_py25.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_unused_overridden_argument.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_classes_meth_signature.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0108.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_newstyle___slots__.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0405.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_undefined_var.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_inner_classes.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_reqattrs.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_keyword_repeat.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_static_method.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/w0801_same.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_defining-attr-methods_order.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w1201.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_r0902.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0205.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_indent.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0101.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/indirect3.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_e1101_13784.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_function_as_method.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_i0010.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_socket_member.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_typecheck_getattr.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_overloaded_operator.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_attrs_definition_order.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_syntax_error.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_staticmethod_as_decorator_py24.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_lambda_use_before_assign.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_class_members.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_new_style_class_py_30.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_variables_unused_name_from_wilcard_import.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_builtin_module_test.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_yield_outside_func.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_e0206.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_class_attributes.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_method_without_self_but_self_assignment.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0112.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_exceptions_raise_type_error.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/indirect2.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0611.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0233.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0402.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_e0205.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_e0203.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_dict_keys.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_no_warning_docstring.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_toolonglines.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_genexpr_var_scope_py24.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0122_py_30.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_fixme.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0110.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_e1101_9588_base_attr_aug_assign.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_nonregr___file___global.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_w0232.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_genexp_in_class_scope.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_e13xx.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_classes_meth_could_be_a_function.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0702.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror___future___import.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0102.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0403.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror___init___return_from_inner_function.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_empty_module.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_e0214.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_module___dict__.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_r0904.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0104.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_3k_removed_stuff_py_30.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func___name___access.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/__init__.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0103.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_long_utf8_line.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0109.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0105.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_e0101.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0332_py_30.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_encoding.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_r0901.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0703.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_class_decorators_py26.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0231.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_e12xx.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0612.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_indirect_interface.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0302.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0701_py_30.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_newstyle_super.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_r0903.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/syntax_error.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_base_stmt_without_effect.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_nested_classes.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_import_syntax_error.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_base_useless_pass.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_overriden_method_varargs.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_except_pass.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_backtick_deprecated_py_30.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_w0801.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_noerror_exception.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_e0001_py30.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_f0001.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_dangerous_default.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input copying build/lib/pylint/test/input/func_too_many_locals_arguments.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input creating /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/data copying build/lib/pylint/test/data/suppliermodule_test.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/data copying build/lib/pylint/test/data/__init__.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/data copying build/lib/pylint/test/data/clientmodule_test.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/data copying build/lib/pylint/test/unittest_pyreverse_diadefs.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test copying build/lib/pylint/test/unittest_checkers_utils.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test copying build/lib/pylint/test/unittest_lint.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test copying build/lib/pylint/test/test_similar.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test copying build/lib/pylint/test/unittest_pyreverse_writer.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test copying build/lib/pylint/test/test_format.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test copying build/lib/pylint/test/test_func_sample_config.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test copying build/lib/pylint/test/utils.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test copying build/lib/pylint/test/smoketest.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test copying build/lib/pylint/test/test_import_graph.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test copying build/lib/pylint/test/test_regr.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test copying build/lib/pylint/config.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint copying build/lib/pylint/utils.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint copying build/lib/pylint/__init__.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint copying build/lib/pylint/epylint.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint copying build/lib/pylint/gui.py -> /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/__pkginfo__.py to __pkginfo__.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse/writer.py to writer.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse/main.py to main.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse/utils.py to utils.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse/diadefslib.py to diadefslib.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse/diagrams.py to diagrams.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/exceptions.py to exceptions.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/imports.py to imports.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/misc.py to misc.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/similar.py to similar.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/variables.py to variables.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/typecheck.py to typecheck.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/raw_metrics.py to raw_metrics.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/string_format.py to string_format.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/newstyle.py to newstyle.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/logging.py to logging.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/utils.py to utils.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/format.py to format.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/classes.py to classes.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/base.py to base.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers/design_analysis.py to design_analysis.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/interfaces.py to interfaces.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/reporters/html.py to html.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/reporters/guireporter.py to guireporter.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/reporters/text.py to text.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/reporters/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/lint.py to lint.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/test_func.py to test_func.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_too_many_returns_yields.py to func_too_many_returns_yields.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_class_access_protected_members.py to func_class_access_protected_members.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_decorator_scope.py to func_noerror_decorator_scope.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0705.py to func_w0705.pyc SyntaxError: ("default 'except:' must be last", ('/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0705.py', 28, None, None)) byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_r0922.py to func_r0922.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_block_disable_msg.py to func_block_disable_msg.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_unknown_encoding.py to func_unknown_encoding.pyc SyntaxError: ('unknown encoding: IBO-8859-1', ('/usr/lib64/python2.6/site-packages/pylint/test/input/func_unknown_encoding.py', 0, 0, None)) byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/w0401_cycle.py to w0401_cycle.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_typecheck_non_callable_call.py to func_typecheck_non_callable_call.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_arguments.py to func_arguments.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0111.py to func_w0111.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0704.py to func_w0704.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_factory_method.py to func_noerror_factory_method.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_with_without_as_py25.py to func_with_without_as_py25.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_external_classmethod_crash.py to func_noerror_external_classmethod_crash.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_method_missing_self.py to func_method_missing_self.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0151.py to func_w0151.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_newstyle_property.py to func_newstyle_property.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_r0921.py to func_r0921.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0133.py to func_w0133.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_mcs_attr_access.py to func_noerror_mcs_attr_access.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_bad_assigment_to_exception_var.py to func_bad_assigment_to_exception_var.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_e0011.py to func_e0011.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_yield_return_mix.py to func_noerror_yield_return_mix.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_operators.py to func_operators.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_method_could_be_function.py to func_method_could_be_function.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0401.py to func_w0401.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_i0011.py to func_i0011.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_e0601.py to func_e0601.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_i0013.py to func_i0013.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_9215_lambda_arg_as_decorator.py to func_noerror_9215_lambda_arg_as_decorator.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_assert_2uple.py to func_assert_2uple.pyc /usr/lib64/python2.6/site-packages/pylint/test/input/func_assert_2uple.py:4: SyntaxWarning: assertion is always true, perhaps remove parentheses? /usr/lib64/python2.6/site-packages/pylint/test/input/func_assert_2uple.py:5: SyntaxWarning: assertion is always true, perhaps remove parentheses? /usr/lib64/python2.6/site-packages/pylint/test/input/func_assert_2uple.py:7: SyntaxWarning: assertion is always true, perhaps remove parentheses? /usr/lib64/python2.6/site-packages/pylint/test/input/func_assert_2uple.py:8: SyntaxWarning: assertion is always true, perhaps remove parentheses? /usr/lib64/python2.6/site-packages/pylint/test/input/func_assert_2uple.py:9: SyntaxWarning: assertion is always true, perhaps remove parentheses? /usr/lib64/python2.6/site-packages/pylint/test/input/func_assert_2uple.py:11: SyntaxWarning: assertion is always true, perhaps remove parentheses? byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_interfaces.py to func_interfaces.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_return_yield_mix.py to func_return_yield_mix.pyc SyntaxError: ("'return' with argument inside generator",) byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_nonregr.py to func_noerror_nonregr.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_dotted_ancestor.py to func_dotted_ancestor.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0613.py to func_w0613.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_return_outside_func.py to func_return_outside_func.pyc SyntaxError: ("'return' outside function", ('/usr/lib64/python2.6/site-packages/pylint/test/input/func_return_outside_func.py', 3, None, None)) byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_unreachable.py to func_unreachable.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_e1101_but_getattr.py to func_noerror_e1101_but_getattr.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0404.py to func_w0404.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_i0012.py to func_i0012.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0202.py to func_w0202.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0406.py to func_w0406.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_continue_not_in_loop.py to func_continue_not_in_loop.pyc SyntaxError: ("'continue' not properly in loop", ('/usr/lib64/python2.6/site-packages/pylint/test/input/func_continue_not_in_loop.py', 8, None, None)) byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0622.py to func_w0622.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0331_py_30.py to func_w0331_py_30.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_r0923.py to func_r0923.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0152.py to func_w0152.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_names_imported_from_module.py to func_names_imported_from_module.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_raise_return_self.py to func_noerror_raise_return_self.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_globals.py to func_globals.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_docstring.py to func_docstring.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_init_vars.py to func_init_vars.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/indirect1.py to indirect1.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_object_as_class_attribute.py to func_noerror_object_as_class_attribute.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0223.py to func_w0223.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_e0012.py to func_e0012.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_access_attr_before_def_false_positive.py to func_noerror_access_attr_before_def_false_positive.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_nameerror_on_string_substitution.py to func_nameerror_on_string_substitution.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0312.py to func_w0312.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_scope_regrtest.py to func_scope_regrtest.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/ignore_except_pass_by_default.py to ignore_except_pass_by_default.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_typecheck_callfunc_assigment.py to func_typecheck_callfunc_assigment.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_format.py to func_format.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_break_or_return_in_try_finally.py to func_break_or_return_in_try_finally.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_e0204.py to func_e0204.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_defined_and_used_on_same_line.py to func_noerror_defined_and_used_on_same_line.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_use_for_or_listcomp_var.py to func_use_for_or_listcomp_var.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_newstyle_exceptions.py to func_newstyle_exceptions.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_f0401.py to func_f0401.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_classes_protected_member_access.py to func_noerror_classes_protected_member_access.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_base_init_vars.py to func_noerror_base_init_vars.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_yield_assign_py25.py to func_noerror_yield_assign_py25.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_unused_overridden_argument.py to func_unused_overridden_argument.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_classes_meth_signature.py to func_noerror_classes_meth_signature.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0108.py to func_w0108.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_newstyle___slots__.py to func_newstyle___slots__.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0405.py to func_w0405.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_undefined_var.py to func_undefined_var.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_inner_classes.py to func_noerror_inner_classes.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_reqattrs.py to func_reqattrs.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_keyword_repeat.py to func_keyword_repeat.pyc SyntaxError: ('keyword argument repeated', ('/usr/lib64/python2.6/site-packages/pylint/test/input/func_keyword_repeat.py', 8, None, None)) byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_static_method.py to func_noerror_static_method.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/w0801_same.py to w0801_same.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_defining-attr-methods_order.py to func_defining-attr-methods_order.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w1201.py to func_w1201.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_r0902.py to func_r0902.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0205.py to func_w0205.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_indent.py to func_indent.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0101.py to func_w0101.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/indirect3.py to indirect3.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_e1101_13784.py to func_noerror_e1101_13784.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_function_as_method.py to func_noerror_function_as_method.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_i0010.py to func_i0010.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_socket_member.py to func_noerror_socket_member.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_typecheck_getattr.py to func_typecheck_getattr.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_overloaded_operator.py to func_noerror_overloaded_operator.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_attrs_definition_order.py to func_attrs_definition_order.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_syntax_error.py to func_syntax_error.pyc SyntaxError: ('invalid syntax', ('/usr/lib64/python2.6/site-packages/pylint/test/input/func_syntax_error.py', 1, 9, 'def toto\n')) byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_staticmethod_as_decorator_py24.py to func_noerror_staticmethod_as_decorator_py24.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_lambda_use_before_assign.py to func_noerror_lambda_use_before_assign.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_class_members.py to func_class_members.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_new_style_class_py_30.py to func_noerror_new_style_class_py_30.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_variables_unused_name_from_wilcard_import.py to func_variables_unused_name_from_wilcard_import.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_builtin_module_test.py to func_noerror_builtin_module_test.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_yield_outside_func.py to func_yield_outside_func.pyc SyntaxError: ("'yield' outside function", ('/usr/lib64/python2.6/site-packages/pylint/test/input/func_yield_outside_func.py', 3, None, None)) byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_e0206.py to func_e0206.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_class_attributes.py to func_noerror_class_attributes.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_method_without_self_but_self_assignment.py to func_method_without_self_but_self_assignment.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0112.py to func_w0112.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_exceptions_raise_type_error.py to func_exceptions_raise_type_error.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/indirect2.py to indirect2.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0611.py to func_w0611.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0233.py to func_w0233.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0402.py to func_w0402.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_e0205.py to func_e0205.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_e0203.py to func_e0203.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_dict_keys.py to func_dict_keys.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_no_warning_docstring.py to func_noerror_no_warning_docstring.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_toolonglines.py to func_toolonglines.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_genexpr_var_scope_py24.py to func_genexpr_var_scope_py24.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0122_py_30.py to func_w0122_py_30.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_fixme.py to func_fixme.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0110.py to func_w0110.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_e1101_9588_base_attr_aug_assign.py to func_noerror_e1101_9588_base_attr_aug_assign.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_nonregr___file___global.py to func_nonregr___file___global.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_w0232.py to func_noerror_w0232.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_genexp_in_class_scope.py to func_noerror_genexp_in_class_scope.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_e13xx.py to func_e13xx.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_classes_meth_could_be_a_function.py to func_noerror_classes_meth_could_be_a_function.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0702.py to func_w0702.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror___future___import.py to func_noerror___future___import.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0102.py to func_w0102.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0403.py to func_w0403.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror___init___return_from_inner_function.py to func_noerror___init___return_from_inner_function.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_empty_module.py to func_empty_module.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_e0214.py to func_e0214.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_module___dict__.py to func_module___dict__.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_r0904.py to func_r0904.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0104.py to func_w0104.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_3k_removed_stuff_py_30.py to func_3k_removed_stuff_py_30.pyc SyntaxError: ('from __future__ imports must occur at the beginning of the file', ('/usr/lib64/python2.6/site-packages/pylint/test/input/func_3k_removed_stuff_py_30.py', 4, None, None)) byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func___name___access.py to func___name___access.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0103.py to func_w0103.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_long_utf8_line.py to func_noerror_long_utf8_line.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0109.py to func_w0109.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0105.py to func_w0105.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_e0101.py to func_e0101.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0332_py_30.py to func_w0332_py_30.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_encoding.py to func_noerror_encoding.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_r0901.py to func_r0901.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0703.py to func_w0703.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_class_decorators_py26.py to func_noerror_class_decorators_py26.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0231.py to func_w0231.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_e12xx.py to func_e12xx.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0612.py to func_w0612.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_indirect_interface.py to func_noerror_indirect_interface.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0302.py to func_w0302.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0701_py_30.py to func_w0701_py_30.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_newstyle_super.py to func_newstyle_super.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_r0903.py to func_r0903.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/syntax_error.py to syntax_error.pyc Sorry: IndentationError: ('expected an indented block', ('/usr/lib64/python2.6/site-packages/pylint/test/input/syntax_error.py', 2, 5, "print 'hop'\n")) byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_base_stmt_without_effect.py to func_base_stmt_without_effect.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_nested_classes.py to func_noerror_nested_classes.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_import_syntax_error.py to func_import_syntax_error.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_base_useless_pass.py to func_base_useless_pass.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_overriden_method_varargs.py to func_noerror_overriden_method_varargs.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_except_pass.py to func_noerror_except_pass.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_backtick_deprecated_py_30.py to func_backtick_deprecated_py_30.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_w0801.py to func_w0801.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_exception.py to func_noerror_exception.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_e0001_py30.py to func_e0001_py30.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_f0001.py to func_f0001.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_dangerous_default.py to func_dangerous_default.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input/func_too_many_locals_arguments.py to func_too_many_locals_arguments.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/data/suppliermodule_test.py to suppliermodule_test.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/data/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/data/clientmodule_test.py to clientmodule_test.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/unittest_pyreverse_diadefs.py to unittest_pyreverse_diadefs.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/unittest_checkers_utils.py to unittest_checkers_utils.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/unittest_lint.py to unittest_lint.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/test_similar.py to test_similar.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/unittest_pyreverse_writer.py to unittest_pyreverse_writer.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/test_format.py to test_format.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/test_func_sample_config.py to test_func_sample_config.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/utils.py to utils.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/smoketest.py to smoketest.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/test_import_graph.py to test_import_graph.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/test_regr.py to test_regr.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/config.py to config.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/utils.py to utils.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/__init__.py to __init__.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/epylint.py to epylint.pyc byte-compiling /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/gui.py to gui.pyc running install_egg_info running egg_info creating pylint.egg-info writing requirements to pylint.egg-info/requires.txt writing pylint.egg-info/PKG-INFO writing top-level names to pylint.egg-info/top_level.txt writing dependency_links to pylint.egg-info/dependency_links.txt writing manifest file 'pylint.egg-info/SOURCES.txt' package init file './test/__init__.py' not found (or not a regular file) reading manifest file 'pylint.egg-info/SOURCES.txt' writing manifest file 'pylint.egg-info/SOURCES.txt' Copying pylint.egg-info to /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint-0.25.0-py2.6.egg-info running install_scripts creating /home/kerd/Pkg/pylint/pkg/usr/bin copying build/scripts-2.6/pylint -> /home/kerd/Pkg/pylint/pkg/usr/bin copying build/scripts-2.6/pyreverse -> /home/kerd/Pkg/pylint/pkg/usr/bin copying build/scripts-2.6/symilar -> /home/kerd/Pkg/pylint/pkg/usr/bin copying build/scripts-2.6/epylint -> /home/kerd/Pkg/pylint/pkg/usr/bin copying build/scripts-2.6/pylint-gui -> /home/kerd/Pkg/pylint/pkg/usr/bin changing mode of /home/kerd/Pkg/pylint/pkg/usr/bin/pylint to 755 changing mode of /home/kerd/Pkg/pylint/pkg/usr/bin/pyreverse to 755 changing mode of /home/kerd/Pkg/pylint/pkg/usr/bin/symilar to 755 changing mode of /home/kerd/Pkg/pylint/pkg/usr/bin/epylint to 755 changing mode of /home/kerd/Pkg/pylint/pkg/usr/bin/pylint-gui to 755 /home/kerd/Pkg/pylint/pkg: totale 8 drwxr-xr-x 2 root root 4096 nov 7 01:57 install drwxr-xr-x 6 root root 4096 nov 7 01:57 usr /home/kerd/Pkg/pylint/pkg/install: totale 4 -rw-r--r-- 1 root root 364 nov 7 01:57 slack-desc /home/kerd/Pkg/pylint/pkg/usr: totale 16 drwxr-xr-x 2 root root 4096 nov 7 01:57 bin drwxr-xr-x 3 root root 4096 nov 7 01:57 doc drwxr-xr-x 3 root root 4096 nov 7 01:57 lib64 drwxr-xr-x 3 root root 4096 nov 7 01:57 src /home/kerd/Pkg/pylint/pkg/usr/bin: totale 20 -rwxr-xr-x 1 root root 59 nov 7 01:57 epylint -rwxr-xr-x 1 root root 76 nov 7 01:57 pylint -rwxr-xr-x 1 root root 149 nov 7 01:57 pylint-gui -rwxr-xr-x 1 root root 86 nov 7 01:57 pyreverse -rwxr-xr-x 1 root root 68 nov 7 01:57 symilar /home/kerd/Pkg/pylint/pkg/usr/doc: totale 4 drwxr-xr-x 2 root root 4096 nov 7 01:57 pylint-0.25.0 /home/kerd/Pkg/pylint/pkg/usr/doc/pylint-0.25.0: totale 56 -rw-r--r-- 1 root root 17989 nov 7 01:57 COPYING -rw-r--r-- 1 root root 30000 nov 7 01:57 ChangeLog -rw-r--r-- 1 root root 2128 nov 7 01:57 README /home/kerd/Pkg/pylint/pkg/usr/lib64: totale 4 drwxr-xr-x 3 root root 4096 nov 7 01:57 python2.6 /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6: totale 4 drwxr-xr-x 4 root root 4096 nov 7 01:57 site-packages /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages: totale 8 drwxr-xr-x 6 root root 4096 nov 7 01:57 pylint drwxr-xr-x 2 root root 4096 nov 7 01:57 pylint-0.25.0-py2.6.egg-info /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint: totale 228 -rw-r--r-- 1 root root 815 giu 26 2009 __init__.py -rw-r--r-- 1 root root 272 nov 7 01:57 __init__.pyc -rw-r--r-- 1 root root 2871 ott 7 12:18 __pkginfo__.py -rw-r--r-- 1 root root 2366 nov 7 01:57 __pkginfo__.pyc drwxr-xr-x 2 root root 4096 nov 7 01:57 checkers -rw-r--r-- 1 root root 5432 gen 11 2011 config.py -rw-r--r-- 1 root root 4981 nov 7 01:57 config.pyc -rw-r--r-- 1 root root 5408 gen 11 2011 epylint.py -rw-r--r-- 1 root root 5218 nov 7 01:57 epylint.pyc -rw-r--r-- 1 root root 17354 gen 11 2011 gui.py -rw-r--r-- 1 root root 16513 nov 7 01:57 gui.pyc -rw-r--r-- 1 root root 3030 gen 11 2011 interfaces.py -rw-r--r-- 1 root root 4040 nov 7 01:57 interfaces.pyc -rw-r--r-- 1 root root 38984 ott 7 12:18 lint.py -rw-r--r-- 1 root root 33774 nov 7 01:57 lint.pyc drwxr-xr-x 2 root root 4096 nov 7 01:57 pyreverse drwxr-xr-x 2 root root 4096 nov 7 01:57 reporters drwxr-xr-x 4 root root 4096 nov 7 01:57 test -rw-r--r-- 1 root root 19794 lug 18 16:42 utils.py -rw-r--r-- 1 root root 18426 nov 7 01:57 utils.pyc /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/checkers: totale 444 -rw-r--r-- 1 root root 5491 lug 18 16:42 __init__.py -rw-r--r-- 1 root root 6203 nov 7 01:57 __init__.pyc -rw-r--r-- 1 root root 32304 gen 11 2011 base.py -rw-r--r-- 1 root root 34085 nov 7 01:57 base.pyc -rw-r--r-- 1 root root 23939 ott 7 12:18 classes.py -rw-r--r-- 1 root root 19088 nov 7 01:57 classes.pyc -rw-r--r-- 1 root root 13656 mag 11 2010 design_analysis.py -rw-r--r-- 1 root root 11983 nov 7 01:57 design_analysis.pyc -rw-r--r-- 1 root root 8626 ott 7 12:18 exceptions.py -rw-r--r-- 1 root root 8688 nov 7 01:57 exceptions.pyc -rw-r--r-- 1 root root 14407 gen 11 2011 format.py -rw-r--r-- 1 root root 13823 nov 7 01:57 format.pyc -rw-r--r-- 1 root root 15213 lug 18 16:42 imports.py -rw-r--r-- 1 root root 15290 nov 7 01:57 imports.pyc -rw-r--r-- 1 root root 7161 lug 18 16:42 logging.py -rw-r--r-- 1 root root 7630 nov 7 01:57 logging.pyc -rw-r--r-- 1 root root 2594 gen 11 2011 misc.py -rw-r--r-- 1 root root 2600 nov 7 01:57 misc.pyc -rw-r--r-- 1 root root 4346 ott 7 12:18 newstyle.py -rw-r--r-- 1 root root 4361 nov 7 01:57 newstyle.pyc -rw-r--r-- 1 root root 4563 mag 11 2010 raw_metrics.py -rw-r--r-- 1 root root 4573 nov 7 01:57 raw_metrics.pyc -rw-r--r-- 1 root root 12602 gen 11 2011 similar.py -rw-r--r-- 1 root root 13664 nov 7 01:57 similar.pyc -rw-r--r-- 1 root root 7272 lug 18 16:42 string_format.py -rw-r--r-- 1 root root 6820 nov 7 01:57 string_format.pyc -rw-r--r-- 1 root root 16185 lug 18 16:42 typecheck.py -rw-r--r-- 1 root root 10801 nov 7 01:57 typecheck.pyc -rw-r--r-- 1 root root 10501 lug 18 16:42 utils.py -rw-r--r-- 1 root root 11198 nov 7 01:57 utils.pyc -rw-r--r-- 1 root root 22720 ott 7 12:18 variables.py -rw-r--r-- 1 root root 18502 nov 7 01:57 variables.pyc /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/pyreverse: totale 104 -rw-r--r-- 1 root root 53 giu 26 2009 __init__.py -rw-r--r-- 1 root root 230 nov 7 01:57 __init__.pyc -rw-r--r-- 1 root root 8328 gen 11 2011 diadefslib.py -rw-r--r-- 1 root root 9330 nov 7 01:57 diadefslib.pyc -rw-r--r-- 1 root root 8780 gen 11 2011 diagrams.py -rw-r--r-- 1 root root 10045 nov 7 01:57 diagrams.pyc -rw-r--r-- 1 root root 5059 set 6 2010 main.py -rw-r--r-- 1 root root 4728 nov 7 01:57 main.pyc -rw-r--r-- 1 root root 3703 mag 11 2010 utils.py -rw-r--r-- 1 root root 4137 nov 7 01:57 utils.pyc -rw-r--r-- 1 root root 7620 mag 11 2010 writer.py -rw-r--r-- 1 root root 8514 nov 7 01:57 writer.pyc /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/reporters: totale 40 -rw-r--r-- 1 root root 2670 gen 11 2011 __init__.py -rw-r--r-- 1 root root 3491 nov 7 01:57 __init__.pyc -rw-r--r-- 1 root root 978 giu 4 2010 guireporter.py -rw-r--r-- 1 root root 1796 nov 7 01:57 guireporter.pyc -rw-r--r-- 1 root root 2541 ott 7 12:18 html.py -rw-r--r-- 1 root root 2610 nov 7 01:57 html.pyc -rw-r--r-- 1 root root 5349 lug 18 16:42 text.py -rw-r--r-- 1 root root 5799 nov 7 01:57 text.pyc /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test: totale 228 drwxr-xr-x 2 root root 4096 nov 7 01:57 data drwxr-xr-x 2 root root 20480 nov 7 01:57 input -rw-r--r-- 1 root root 4436 lug 18 16:42 smoketest.py -rw-r--r-- 1 root root 5731 nov 7 01:57 smoketest.pyc -rw-r--r-- 1 root root 19506 lug 18 16:42 test_format.py -rw-r--r-- 1 root root 24499 nov 7 01:57 test_format.pyc -rw-r--r-- 1 root root 8445 gen 11 2011 test_func.py -rw-r--r-- 1 root root 9970 nov 7 01:57 test_func.pyc -rw-r--r-- 1 root root 1272 giu 26 2009 test_func_sample_config.py -rw-r--r-- 1 root root 816 nov 7 01:57 test_func_sample_config.pyc -rw-r--r-- 1 root root 2034 gen 11 2011 test_import_graph.py -rw-r--r-- 1 root root 3031 nov 7 01:57 test_import_graph.pyc -rw-r--r-- 1 root root 6113 ott 7 12:18 test_regr.py -rw-r--r-- 1 root root 7957 nov 7 01:57 test_regr.pyc -rw-r--r-- 1 root root 1922 gen 11 2011 test_similar.py -rw-r--r-- 1 root root 2689 nov 7 01:57 test_similar.pyc -rw-r--r-- 1 root root 1991 set 28 2010 unittest_checkers_utils.py -rw-r--r-- 1 root root 1291 nov 7 01:57 unittest_checkers_utils.pyc -rw-r--r-- 1 root root 15270 ott 7 12:18 unittest_lint.py -rw-r--r-- 1 root root 15672 nov 7 01:57 unittest_lint.pyc -rw-r--r-- 1 root root 7566 gen 11 2011 unittest_pyreverse_diadefs.py -rw-r--r-- 1 root root 7437 nov 7 01:57 unittest_pyreverse_diadefs.pyc -rw-r--r-- 1 root root 2708 gen 11 2011 unittest_pyreverse_writer.py -rw-r--r-- 1 root root 3477 nov 7 01:57 unittest_pyreverse_writer.pyc -rw-r--r-- 1 root root 5440 lug 18 16:42 utils.py -rw-r--r-- 1 root root 7982 nov 7 01:57 utils.pyc /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/data: totale 20 -rw-r--r-- 1 root root 0 giu 26 2009 __init__.py -rw-r--r-- 1 root root 150 nov 7 01:57 __init__.pyc -rw-r--r-- 1 root root 786 mag 11 2010 clientmodule_test.py -rw-r--r-- 1 root root 1922 nov 7 01:57 clientmodule_test.pyc -rw-r--r-- 1 root root 198 giu 26 2009 suppliermodule_test.py -rw-r--r-- 1 root root 1043 nov 7 01:57 suppliermodule_test.pyc /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint/test/input: totale 1388 -rw-r--r-- 1 root root 11 giu 26 2009 __init__.py -rw-r--r-- 1 root root 178 nov 7 01:57 __init__.pyc -rw-r--r-- 1 root root 245 gen 11 2011 func_3k_removed_stuff_py_30.py -rw-r--r-- 1 root root 515 mag 11 2010 func___name___access.py -rw-r--r-- 1 root root 1477 nov 7 01:57 func___name___access.pyc -rw-r--r-- 1 root root 882 mag 11 2010 func_arguments.py -rw-r--r-- 1 root root 1253 nov 7 01:57 func_arguments.pyc -rw-r--r-- 1 root root 323 mag 11 2010 func_assert_2uple.py -rw-r--r-- 1 root root 546 nov 7 01:57 func_assert_2uple.pyc -rw-r--r-- 1 root root 733 mag 11 2010 func_attrs_definition_order.py -rw-r--r-- 1 root root 1583 nov 7 01:57 func_attrs_definition_order.pyc -rw-r--r-- 1 root root 72 gen 11 2011 func_backtick_deprecated_py_30.py -rw-r--r-- 1 root root 282 nov 7 01:57 func_backtick_deprecated_py_30.pyc -rw-r--r-- 1 root root 415 gen 11 2011 func_bad_assigment_to_exception_var.py -rw-r--r-- 1 root root 976 nov 7 01:57 func_bad_assigment_to_exception_var.pyc -rw-r--r-- 1 root root 1188 gen 11 2011 func_base_stmt_without_effect.py -rw-r--r-- 1 root root 1338 nov 7 01:57 func_base_stmt_without_effect.pyc -rw-r--r-- 1 root root 117 giu 26 2009 func_base_useless_pass.py -rw-r--r-- 1 root root 329 nov 7 01:57 func_base_useless_pass.pyc -rw-r--r-- 1 root root 4421 mag 11 2010 func_block_disable_msg.py -rw-r--r-- 1 root root 4378 nov 7 01:57 func_block_disable_msg.pyc -rw-r--r-- 1 root root 1004 mag 11 2010 func_break_or_return_in_try_finally.py -rw-r--r-- 1 root root 1354 nov 7 01:57 func_break_or_return_in_try_finally.pyc -rw-r--r-- 1 root root 622 mag 11 2010 func_class_access_protected_members.py -rw-r--r-- 1 root root 1414 nov 7 01:57 func_class_access_protected_members.pyc -rw-r--r-- 1 root root 664 mag 11 2010 func_class_members.py -rw-r--r-- 1 root root 2003 nov 7 01:57 func_class_members.pyc -rw-r--r-- 1 root root 211 giu 26 2009 func_continue_not_in_loop.py -rw-r--r-- 1 root root 235 giu 26 2009 func_dangerous_default.py -rw-r--r-- 1 root root 828 nov 7 01:57 func_dangerous_default.pyc -rw-r--r-- 1 root root 688 mag 11 2010 func_defining-attr-methods_order.py -rw-r--r-- 1 root root 1855 nov 7 01:57 func_defining-attr-methods_order.pyc -rw-r--r-- 1 root root 222 mag 11 2010 func_dict_keys.py -rw-r--r-- 1 root root 381 nov 7 01:57 func_dict_keys.pyc -rw-r--r-- 1 root root 743 mag 11 2010 func_docstring.py -rw-r--r-- 1 root root 1895 nov 7 01:57 func_docstring.pyc -rw-r--r-- 1 root root 195 giu 26 2009 func_dotted_ancestor.py -rw-r--r-- 1 root root 767 nov 7 01:57 func_dotted_ancestor.pyc -rw-r--r-- 1 root root 180 gen 11 2011 func_e0001_py30.py -rw-r--r-- 1 root root 649 nov 7 01:57 func_e0001_py30.pyc -rw-r--r-- 1 root root 66 giu 26 2009 func_e0011.py -rw-r--r-- 1 root root 227 nov 7 01:57 func_e0011.pyc -rw-r--r-- 1 root root 69 mag 11 2010 func_e0012.py -rw-r--r-- 1 root root 227 nov 7 01:57 func_e0012.pyc -rw-r--r-- 1 root root 399 mag 11 2010 func_e0101.py -rw-r--r-- 1 root root 1814 nov 7 01:57 func_e0101.pyc -rw-r--r-- 1 root root 311 giu 26 2009 func_e0203.py -rw-r--r-- 1 root root 1087 nov 7 01:57 func_e0203.pyc -rw-r--r-- 1 root root 335 giu 26 2009 func_e0204.py -rw-r--r-- 1 root root 1101 nov 7 01:57 func_e0204.pyc -rw-r--r-- 1 root root 267 mag 11 2010 func_e0205.py -rw-r--r-- 1 root root 1061 nov 7 01:57 func_e0205.pyc -rw-r--r-- 1 root root 322 mag 11 2010 func_e0206.py -rw-r--r-- 1 root root 1106 nov 7 01:57 func_e0206.pyc -rw-r--r-- 1 root root 465 giu 26 2009 func_e0214.py -rw-r--r-- 1 root root 1188 nov 7 01:57 func_e0214.pyc -rw-r--r-- 1 root root 129 dic 18 2009 func_e0601.py -rw-r--r-- 1 root root 449 nov 7 01:57 func_e0601.pyc -rw-r--r-- 1 root root 639 lug 18 16:42 func_e12xx.py -rw-r--r-- 1 root root 797 nov 7 01:57 func_e12xx.pyc -rw-r--r-- 1 root root 661 lug 18 16:42 func_e13xx.py -rw-r--r-- 1 root root 805 nov 7 01:57 func_e13xx.pyc -rw-r--r-- 1 root root 0 giu 26 2009 func_empty_module.py -rw-r--r-- 1 root root 160 nov 7 01:57 func_empty_module.pyc -rw-r--r-- 1 root root 282 giu 26 2009 func_exceptions_raise_type_error.py -rw-r--r-- 1 root root 473 nov 7 01:57 func_exceptions_raise_type_error.pyc -rw-r--r-- 1 root root 60 giu 26 2009 func_f0001.py -rw-r--r-- 1 root root 259 nov 7 01:57 func_f0001.pyc -rw-r--r-- 1 root root 115 giu 26 2009 func_f0401.py -rw-r--r-- 1 root root 456 nov 7 01:57 func_f0401.pyc -rw-r--r-- 1 root root 90 giu 26 2009 func_fixme.py -rw-r--r-- 1 root root 388 nov 7 01:57 func_fixme.pyc -rw-r--r-- 1 root root 1735 mag 11 2010 func_format.py -rw-r--r-- 1 root root 2389 nov 7 01:57 func_format.pyc -rw-r--r-- 1 root root 144 giu 26 2009 func_genexpr_var_scope_py24.py -rw-r--r-- 1 root root 561 nov 7 01:57 func_genexpr_var_scope_py24.pyc -rw-r--r-- 1 root root 1239 dic 18 2009 func_globals.py -rw-r--r-- 1 root root 1755 nov 7 01:57 func_globals.pyc -rw-r--r-- 1 root root 94 giu 26 2009 func_i0010.py -rw-r--r-- 1 root root 255 nov 7 01:57 func_i0010.pyc -rw-r--r-- 1 root root 81 mag 11 2010 func_i0011.py -rw-r--r-- 1 root root 239 nov 7 01:57 func_i0011.pyc -rw-r--r-- 1 root root 79 mag 11 2010 func_i0012.py -rw-r--r-- 1 root root 238 nov 7 01:57 func_i0012.pyc -rw-r--r-- 1 root root 139 giu 26 2009 func_i0013.py -rw-r--r-- 1 root root 265 nov 7 01:57 func_i0013.pyc -rw-r--r-- 1 root root 20 lug 18 16:42 func_import_syntax_error.py -rw-r--r-- 1 root root 201 nov 7 01:57 func_import_syntax_error.pyc -rw-r--r-- 1 root root 419 giu 26 2009 func_indent.py -rw-r--r-- 1 root root 1148 nov 7 01:57 func_indent.pyc -rw-r--r-- 1 root root 944 giu 26 2009 func_init_vars.py -rw-r--r-- 1 root root 2129 nov 7 01:57 func_init_vars.pyc -rw-r--r-- 1 root root 2043 ago 26 2010 func_interfaces.py -rw-r--r-- 1 root root 6559 nov 7 01:57 func_interfaces.pyc -rw-r--r-- 1 root root 246 gen 11 2011 func_keyword_repeat.py -rw-r--r-- 1 root root 1333 mag 11 2010 func_method_could_be_function.py -rw-r--r-- 1 root root 3968 nov 7 01:57 func_method_could_be_function.pyc -rw-r--r-- 1 root root 384 dic 18 2009 func_method_missing_self.py -rw-r--r-- 1 root root 1239 nov 7 01:57 func_method_missing_self.pyc -rw-r--r-- 1 root root 250 mag 11 2010 func_method_without_self_but_self_assignment.py -rw-r--r-- 1 root root 1017 nov 7 01:57 func_method_without_self_but_self_assignment.pyc -rw-r--r-- 1 root root 134 giu 26 2009 func_module___dict__.py -rw-r--r-- 1 root root 302 nov 7 01:57 func_module___dict__.pyc -rw-r--r-- 1 root root 135 giu 26 2009 func_nameerror_on_string_substitution.py -rw-r--r-- 1 root root 340 nov 7 01:57 func_nameerror_on_string_substitution.pyc -rw-r--r-- 1 root root 523 gen 11 2011 func_names_imported_from_module.py -rw-r--r-- 1 root root 897 nov 7 01:57 func_names_imported_from_module.pyc -rw-r--r-- 1 root root 289 mag 11 2010 func_newstyle___slots__.py -rw-r--r-- 1 root root 1043 nov 7 01:57 func_newstyle___slots__.pyc -rw-r--r-- 1 root root 654 mag 11 2010 func_newstyle_exceptions.py -rw-r--r-- 1 root root 2285 nov 7 01:57 func_newstyle_exceptions.pyc -rw-r--r-- 1 root root 351 mag 11 2010 func_newstyle_property.py -rw-r--r-- 1 root root 1233 nov 7 01:57 func_newstyle_property.pyc -rw-r--r-- 1 root root 422 mag 11 2010 func_newstyle_super.py -rw-r--r-- 1 root root 1561 nov 7 01:57 func_newstyle_super.pyc -rw-r--r-- 1 root root 557 ago 27 2009 func_noerror_9215_lambda_arg_as_decorator.py -rw-r--r-- 1 root root 1490 nov 7 01:57 func_noerror_9215_lambda_arg_as_decorator.pyc -rw-r--r-- 1 root root 71 giu 26 2009 func_noerror___future___import.py -rw-r--r-- 1 root root 300 nov 7 01:57 func_noerror___future___import.pyc -rw-r--r-- 1 root root 249 mag 11 2010 func_noerror___init___return_from_inner_function.py -rw-r--r-- 1 root root 993 nov 7 01:57 func_noerror___init___return_from_inner_function.pyc -rw-r--r-- 1 root root 2475 mag 11 2010 func_noerror_access_attr_before_def_false_positive.py -rw-r--r-- 1 root root 4882 nov 7 01:57 func_noerror_access_attr_before_def_false_positive.pyc -rw-r--r-- 1 root root 727 mag 11 2010 func_noerror_base_init_vars.py -rw-r--r-- 1 root root 2010 nov 7 01:57 func_noerror_base_init_vars.pyc -rw-r--r-- 1 root root 145 giu 26 2009 func_noerror_builtin_module_test.py -rw-r--r-- 1 root root 532 nov 7 01:57 func_noerror_builtin_module_test.pyc -rw-r--r-- 1 root root 389 dic 18 2009 func_noerror_class_attributes.py -rw-r--r-- 1 root root 1268 nov 7 01:57 func_noerror_class_attributes.pyc -rw-r--r-- 1 root root 243 gen 11 2011 func_noerror_class_decorators_py26.py -rw-r--r-- 1 root root 660 nov 7 01:57 func_noerror_class_decorators_py26.pyc -rw-r--r-- 1 root root 650 mag 11 2010 func_noerror_classes_meth_could_be_a_function.py -rw-r--r-- 1 root root 2346 nov 7 01:57 func_noerror_classes_meth_could_be_a_function.pyc -rw-r--r-- 1 root root 282 mag 11 2010 func_noerror_classes_meth_signature.py -rw-r--r-- 1 root root 1191 nov 7 01:57 func_noerror_classes_meth_signature.pyc -rw-r--r-- 1 root root 411 giu 26 2009 func_noerror_classes_protected_member_access.py -rw-r--r-- 1 root root 1347 nov 7 01:57 func_noerror_classes_protected_member_access.pyc -rw-r--r-- 1 root root 514 mag 11 2010 func_noerror_decorator_scope.py -rw-r--r-- 1 root root 1190 nov 7 01:57 func_noerror_decorator_scope.pyc -rw-r--r-- 1 root root 579 gen 11 2011 func_noerror_defined_and_used_on_same_line.py -rw-r--r-- 1 root root 2165 nov 7 01:57 func_noerror_defined_and_used_on_same_line.pyc -rw-r--r-- 1 root root 306 giu 26 2009 func_noerror_e1101_13784.py -rw-r--r-- 1 root root 625 nov 7 01:57 func_noerror_e1101_13784.pyc -rw-r--r-- 1 root root 992 mag 11 2010 func_noerror_e1101_9588_base_attr_aug_assign.py -rw-r--r-- 1 root root 2659 nov 7 01:57 func_noerror_e1101_9588_base_attr_aug_assign.pyc -rw-r--r-- 1 root root 473 giu 26 2009 func_noerror_e1101_but_getattr.py -rw-r--r-- 1 root root 1480 nov 7 01:57 func_noerror_e1101_but_getattr.pyc -rw-r--r-- 1 root root 96 giu 26 2009 func_noerror_encoding.py -rw-r--r-- 1 root root 257 nov 7 01:57 func_noerror_encoding.pyc -rw-r--r-- 1 root root 200 mag 11 2010 func_noerror_except_pass.py -rw-r--r-- 1 root root 388 nov 7 01:57 func_noerror_except_pass.pyc -rw-r--r-- 1 root root 191 giu 26 2009 func_noerror_exception.py -rw-r--r-- 1 root root 750 nov 7 01:57 func_noerror_exception.pyc -rw-r--r-- 1 root root 491 mag 11 2010 func_noerror_external_classmethod_crash.py -rw-r--r-- 1 root root 1165 nov 7 01:57 func_noerror_external_classmethod_crash.pyc -rw-r--r-- 1 root root 540 mag 11 2010 func_noerror_factory_method.py -rw-r--r-- 1 root root 1471 nov 7 01:57 func_noerror_factory_method.pyc -rw-r--r-- 1 root root 366 mag 11 2010 func_noerror_function_as_method.py -rw-r--r-- 1 root root 1088 nov 7 01:57 func_noerror_function_as_method.pyc -rw-r--r-- 1 root root 190 mag 11 2010 func_noerror_genexp_in_class_scope.py -rw-r--r-- 1 root root 811 nov 7 01:57 func_noerror_genexp_in_class_scope.pyc -rw-r--r-- 1 root root 438 giu 26 2009 func_noerror_indirect_interface.py -rw-r--r-- 1 root root 1190 nov 7 01:57 func_noerror_indirect_interface.pyc -rw-r--r-- 1 root root 529 mag 11 2010 func_noerror_inner_classes.py -rw-r--r-- 1 root root 2043 nov 7 01:57 func_noerror_inner_classes.pyc -rw-r--r-- 1 root root 144 dic 18 2009 func_noerror_lambda_use_before_assign.py -rw-r--r-- 1 root root 701 nov 7 01:57 func_noerror_lambda_use_before_assign.pyc -rw-r--r-- 1 root root 381 gen 11 2011 func_noerror_long_utf8_line.py -rw-r--r-- 1 root root 489 nov 7 01:57 func_noerror_long_utf8_line.pyc -rw-r--r-- 1 root root 469 mag 11 2010 func_noerror_mcs_attr_access.py -rw-r--r-- 1 root root 1380 nov 7 01:57 func_noerror_mcs_attr_access.pyc -rw-r--r-- 1 root root 447 mag 11 2010 func_noerror_nested_classes.py -rw-r--r-- 1 root root 1416 nov 7 01:57 func_noerror_nested_classes.pyc -rw-r--r-- 1 root root 1118 gen 11 2011 func_noerror_new_style_class_py_30.py -rw-r--r-- 1 root root 2086 nov 7 01:57 func_noerror_new_style_class_py_30.pyc -rw-r--r-- 1 root root 847 mag 11 2010 func_noerror_no_warning_docstring.py -rw-r--r-- 1 root root 2652 nov 7 01:57 func_noerror_no_warning_docstring.pyc -rw-r--r-- 1 root root 391 gen 11 2011 func_noerror_nonregr.py -rw-r--r-- 1 root root 870 nov 7 01:57 func_noerror_nonregr.pyc -rw-r--r-- 1 root root 475 mag 11 2010 func_noerror_object_as_class_attribute.py -rw-r--r-- 1 root root 1055 nov 7 01:57 func_noerror_object_as_class_attribute.pyc -rw-r--r-- 1 root root 435 mag 11 2010 func_noerror_overloaded_operator.py -rw-r--r-- 1 root root 1410 nov 7 01:57 func_noerror_overloaded_operator.pyc -rw-r--r-- 1 root root 407 gen 11 2011 func_noerror_overriden_method_varargs.py -rw-r--r-- 1 root root 1224 nov 7 01:57 func_noerror_overriden_method_varargs.pyc -rw-r--r-- 1 root root 288 mag 11 2010 func_noerror_raise_return_self.py -rw-r--r-- 1 root root 920 nov 7 01:57 func_noerror_raise_return_self.pyc -rw-r--r-- 1 root root 435 giu 26 2009 func_noerror_socket_member.py -rw-r--r-- 1 root root 706 nov 7 01:57 func_noerror_socket_member.pyc -rw-r--r-- 1 root root 542 giu 26 2009 func_noerror_static_method.py -rw-r--r-- 1 root root 1351 nov 7 01:57 func_noerror_static_method.pyc -rw-r--r-- 1 root root 669 mag 11 2010 func_noerror_staticmethod_as_decorator_py24.py -rw-r--r-- 1 root root 2238 nov 7 01:57 func_noerror_staticmethod_as_decorator_py24.pyc -rw-r--r-- 1 root root 246 mag 11 2010 func_noerror_w0232.py -rw-r--r-- 1 root root 808 nov 7 01:57 func_noerror_w0232.pyc -rw-r--r-- 1 root root 365 ago 27 2009 func_noerror_yield_assign_py25.py -rw-r--r-- 1 root root 1022 nov 7 01:57 func_noerror_yield_assign_py25.pyc -rw-r--r-- 1 root root 111 giu 26 2009 func_noerror_yield_return_mix.py -rw-r--r-- 1 root root 461 nov 7 01:57 func_noerror_yield_return_mix.pyc -rw-r--r-- 1 root root 145 mag 11 2010 func_nonregr___file___global.py -rw-r--r-- 1 root root 487 nov 7 01:57 func_nonregr___file___global.pyc -rw-r--r-- 1 root root 183 mag 11 2010 func_operators.py -rw-r--r-- 1 root root 377 nov 7 01:57 func_operators.pyc -rw-r--r-- 1 root root 390 mag 11 2010 func_r0901.py -rw-r--r-- 1 root root 2343 nov 7 01:57 func_r0901.pyc -rw-r--r-- 1 root root 608 mag 11 2010 func_r0902.py -rw-r--r-- 1 root root 1123 nov 7 01:57 func_r0902.pyc -rw-r--r-- 1 root root 237 giu 26 2009 func_r0903.py -rw-r--r-- 1 root root 997 nov 7 01:57 func_r0903.pyc -rw-r--r-- 1 root root 1100 mag 11 2010 func_r0904.py -rw-r--r-- 1 root root 4355 nov 7 01:57 func_r0904.pyc -rw-r--r-- 1 root root 260 giu 26 2009 func_r0921.py -rw-r--r-- 1 root root 1014 nov 7 01:57 func_r0921.pyc -rw-r--r-- 1 root root 368 giu 26 2009 func_r0922.py -rw-r--r-- 1 root root 1409 nov 7 01:57 func_r0922.pyc -rw-r--r-- 1 root root 536 giu 26 2009 func_r0923.py -rw-r--r-- 1 root root 1871 nov 7 01:57 func_r0923.pyc -rw-r--r-- 1 root root 16 giu 26 2009 func_reqattrs.py -rw-r--r-- 1 root root 188 nov 7 01:57 func_reqattrs.pyc -rw-r--r-- 1 root root 92 giu 26 2009 func_return_outside_func.py -rw-r--r-- 1 root root 303 gen 11 2011 func_return_yield_mix.py -rw-r--r-- 1 root root 337 mag 11 2010 func_scope_regrtest.py -rw-r--r-- 1 root root 1209 nov 7 01:57 func_scope_regrtest.pyc -rw-r--r-- 1 root root 9 giu 26 2009 func_syntax_error.py -rw-r--r-- 1 root root 1267 mag 11 2010 func_too_many_locals_arguments.py -rw-r--r-- 1 root root 1989 nov 7 01:57 func_too_many_locals_arguments.pyc -rw-r--r-- 1 root root 833 mag 11 2010 func_too_many_returns_yields.py -rw-r--r-- 1 root root 1183 nov 7 01:57 func_too_many_returns_yields.pyc -rw-r--r-- 1 root root 205 giu 26 2009 func_toolonglines.py -rw-r--r-- 1 root root 301 nov 7 01:57 func_toolonglines.pyc -rw-r--r-- 1 root root 1362 mag 11 2010 func_typecheck_callfunc_assigment.py -rw-r--r-- 1 root root 2609 nov 7 01:57 func_typecheck_callfunc_assigment.pyc -rw-r--r-- 1 root root 1735 gen 11 2011 func_typecheck_getattr.py -rw-r--r-- 1 root root 3402 nov 7 01:57 func_typecheck_getattr.pyc -rw-r--r-- 1 root root 671 mag 11 2010 func_typecheck_non_callable_call.py -rw-r--r-- 1 root root 1550 nov 7 01:57 func_typecheck_non_callable_call.pyc -rw-r--r-- 1 root root 1269 mag 11 2010 func_undefined_var.py -rw-r--r-- 1 root root 1582 nov 7 01:57 func_undefined_var.pyc -rw-r--r-- 1 root root 104 giu 26 2009 func_unknown_encoding.py -rw-r--r-- 1 root root 319 giu 26 2009 func_unreachable.py -rw-r--r-- 1 root root 866 nov 7 01:57 func_unreachable.pyc -rw-r--r-- 1 root root 881 mag 11 2010 func_unused_overridden_argument.py -rw-r--r-- 1 root root 2243 nov 7 01:57 func_unused_overridden_argument.pyc -rw-r--r-- 1 root root 560 giu 26 2009 func_use_for_or_listcomp_var.py -rw-r--r-- 1 root root 950 nov 7 01:57 func_use_for_or_listcomp_var.pyc -rw-r--r-- 1 root root 100 giu 26 2009 func_variables_unused_name_from_wilcard_import.py -rw-r--r-- 1 root root 337 nov 7 01:57 func_variables_unused_name_from_wilcard_import.pyc -rw-r--r-- 1 root root 480 giu 26 2009 func_w0101.py -rw-r--r-- 1 root root 708 nov 7 01:57 func_w0101.pyc -rw-r--r-- 1 root root 1229 mag 11 2010 func_w0102.py -rw-r--r-- 1 root root 3970 nov 7 01:57 func_w0102.pyc -rw-r--r-- 1 root root 216 giu 26 2009 func_w0103.py -rw-r--r-- 1 root root 539 nov 7 01:57 func_w0103.pyc -rw-r--r-- 1 root root 387 giu 26 2009 func_w0104.py -rw-r--r-- 1 root root 717 nov 7 01:57 func_w0104.pyc -rw-r--r-- 1 root root 1119 giu 26 2009 func_w0105.py -rw-r--r-- 1 root root 1043 nov 7 01:57 func_w0105.pyc -rw-r--r-- 1 root root 1403 mag 11 2010 func_w0108.py -rw-r--r-- 1 root root 4957 nov 7 01:57 func_w0108.pyc -rw-r--r-- 1 root root 76 giu 26 2009 func_w0109.py -rw-r--r-- 1 root root 394 nov 7 01:57 func_w0109.pyc -rw-r--r-- 1 root root 87 giu 26 2009 func_w0110.py -rw-r--r-- 1 root root 412 nov 7 01:57 func_w0110.pyc -rw-r--r-- 1 root root 92 giu 26 2009 func_w0111.py -rw-r--r-- 1 root root 417 nov 7 01:57 func_w0111.pyc -rw-r--r-- 1 root root 615 giu 26 2009 func_w0112.py -rw-r--r-- 1 root root 824 nov 7 01:57 func_w0112.pyc -rw-r--r-- 1 root root 178 gen 11 2011 func_w0122_py_30.py -rw-r--r-- 1 root root 516 nov 7 01:57 func_w0122_py_30.pyc -rw-r--r-- 1 root root 1034 gen 11 2011 func_w0133.py -rw-r--r-- 1 root root 3136 nov 7 01:57 func_w0133.pyc -rw-r--r-- 1 root root 72 gen 11 2011 func_w0151.py -rw-r--r-- 1 root root 289 nov 7 01:57 func_w0151.pyc -rw-r--r-- 1 root root 308 giu 26 2009 func_w0152.py -rw-r--r-- 1 root root 815 nov 7 01:57 func_w0152.pyc -rw-r--r-- 1 root root 310 giu 26 2009 func_w0202.py -rw-r--r-- 1 root root 1059 nov 7 01:57 func_w0202.pyc -rw-r--r-- 1 root root 493 giu 26 2009 func_w0205.py -rw-r--r-- 1 root root 1698 nov 7 01:57 func_w0205.pyc -rw-r--r-- 1 root root 858 mag 11 2010 func_w0223.py -rw-r--r-- 1 root root 2156 nov 7 01:57 func_w0223.pyc -rw-r--r-- 1 root root 742 mag 11 2010 func_w0231.py -rw-r--r-- 1 root root 2613 nov 7 01:57 func_w0231.pyc -rw-r--r-- 1 root root 936 mag 11 2010 func_w0233.py -rw-r--r-- 1 root root 2249 nov 7 01:57 func_w0233.pyc -rw-r--r-- 1 root root 1089 giu 26 2009 func_w0302.py -rw-r--r-- 1 root root 292 nov 7 01:57 func_w0302.pyc -rw-r--r-- 1 root root 138 giu 26 2009 func_w0312.py -rw-r--r-- 1 root root 583 nov 7 01:57 func_w0312.pyc -rw-r--r-- 1 root root 86 gen 11 2011 func_w0331_py_30.py -rw-r--r-- 1 root root 260 nov 7 01:57 func_w0331_py_30.pyc -rw-r--r-- 1 root root 61 gen 11 2011 func_w0332_py_30.py -rw-r--r-- 1 root root 249 nov 7 01:57 func_w0332_py_30.pyc -rw-r--r-- 1 root root 115 giu 26 2009 func_w0401.py -rw-r--r-- 1 root root 304 nov 7 01:57 func_w0401.pyc -rw-r--r-- 1 root root 126 giu 26 2009 func_w0402.py -rw-r--r-- 1 root root 470 nov 7 01:57 func_w0402.pyc -rw-r--r-- 1 root root 178 giu 26 2009 func_w0403.py -rw-r--r-- 1 root root 316 nov 7 01:57 func_w0403.pyc -rw-r--r-- 1 root root 96 lug 18 16:42 func_w0404.py -rw-r--r-- 1 root root 432 nov 7 01:57 func_w0404.pyc -rw-r--r-- 1 root root 437 giu 26 2009 func_w0405.py -rw-r--r-- 1 root root 820 nov 7 01:57 func_w0405.pyc -rw-r--r-- 1 root root 112 giu 26 2009 func_w0406.py -rw-r--r-- 1 root root 289 nov 7 01:57 func_w0406.pyc -rw-r--r-- 1 root root 378 giu 26 2009 func_w0611.py -rw-r--r-- 1 root root 1283 nov 7 01:57 func_w0611.pyc -rw-r--r-- 1 root root 441 giu 26 2009 func_w0612.py -rw-r--r-- 1 root root 868 nov 7 01:57 func_w0612.pyc -rw-r--r-- 1 root root 1085 mag 11 2010 func_w0613.py -rw-r--r-- 1 root root 2456 nov 7 01:57 func_w0613.pyc -rw-r--r-- 1 root root 144 mag 11 2010 func_w0622.py -rw-r--r-- 1 root root 447 nov 7 01:57 func_w0622.pyc -rw-r--r-- 1 root root 180 gen 11 2011 func_w0701_py_30.py -rw-r--r-- 1 root root 652 nov 7 01:57 func_w0701_py_30.pyc -rw-r--r-- 1 root root 242 giu 26 2009 func_w0702.py -rw-r--r-- 1 root root 399 nov 7 01:57 func_w0702.pyc -rw-r--r-- 1 root root 118 giu 26 2009 func_w0703.py -rw-r--r-- 1 root root 313 nov 7 01:57 func_w0703.pyc -rw-r--r-- 1 root root 184 giu 26 2009 func_w0704.py -rw-r--r-- 1 root root 343 nov 7 01:57 func_w0704.pyc -rw-r--r-- 1 root root 672 giu 26 2009 func_w0705.py -rw-r--r-- 1 root root 203 giu 26 2009 func_w0801.py -rw-r--r-- 1 root root 350 nov 7 01:57 func_w0801.pyc -rw-r--r-- 1 root root 660 lug 18 16:42 func_w1201.py -rw-r--r-- 1 root root 691 nov 7 01:57 func_w1201.pyc -rw-r--r-- 1 root root 245 gen 11 2011 func_with_without_as_py25.py -rw-r--r-- 1 root root 676 nov 7 01:57 func_with_without_as_py25.pyc -rw-r--r-- 1 root root 94 giu 26 2009 func_yield_outside_func.py -rw-r--r-- 1 root root 120 giu 26 2009 ignore_except_pass_by_default.py -rw-r--r-- 1 root root 330 nov 7 01:57 ignore_except_pass_by_default.pyc -rw-r--r-- 1 root root 82 giu 26 2009 indirect1.py -rw-r--r-- 1 root root 565 nov 7 01:57 indirect1.pyc -rw-r--r-- 1 root root 137 giu 26 2009 indirect2.py -rw-r--r-- 1 root root 640 nov 7 01:57 indirect2.pyc -rw-r--r-- 1 root root 123 giu 26 2009 indirect3.py -rw-r--r-- 1 root root 622 nov 7 01:57 indirect3.pyc -rw-r--r-- 1 root root 22 lug 18 16:42 syntax_error.py -rw-r--r-- 1 root root 102 dic 18 2009 w0401_cycle.py -rw-r--r-- 1 root root 294 nov 7 01:57 w0401_cycle.pyc -rw-r--r-- 1 root root 203 giu 26 2009 w0801_same.py -rw-r--r-- 1 root root 350 nov 7 01:57 w0801_same.pyc /home/kerd/Pkg/pylint/pkg/usr/lib64/python2.6/site-packages/pylint-0.25.0-py2.6.egg-info: totale 24 -rw-r--r-- 1 root root 2893 nov 7 01:57 PKG-INFO -rw-r--r-- 1 root root 8029 nov 7 01:57 SOURCES.txt -rw-r--r-- 1 root root 1 nov 7 01:57 dependency_links.txt -rw-r--r-- 1 root root 48 nov 7 01:57 requires.txt -rw-r--r-- 1 root root 7 nov 7 01:57 top_level.txt /home/kerd/Pkg/pylint/pkg/usr/src: totale 4 drwxr-xr-x 2 root root 4096 nov 7 01:57 pylint-0.25.0 /home/kerd/Pkg/pylint/pkg/usr/src/pylint-0.25.0: totale 4 -rw-r--r-- 1 root root 844 nov 7 01:57 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /home/kerd/Pkg/pylint/pylint-0.25.0-x86_64-1vc.txz ./ install/ install/slack-desc usr/ usr/src/ usr/src/pylint-0.25.0/ usr/src/pylint-0.25.0/SLKBUILD usr/bin/ usr/bin/pylint usr/bin/pyreverse usr/bin/symilar usr/bin/epylint usr/bin/pylint-gui usr/doc/ usr/doc/pylint-0.25.0/ usr/doc/pylint-0.25.0/README usr/doc/pylint-0.25.0/COPYING usr/doc/pylint-0.25.0/ChangeLog usr/lib64/ usr/lib64/python2.6/ usr/lib64/python2.6/site-packages/ usr/lib64/python2.6/site-packages/pylint-0.25.0-py2.6.egg-info/ usr/lib64/python2.6/site-packages/pylint-0.25.0-py2.6.egg-info/requires.txt usr/lib64/python2.6/site-packages/pylint-0.25.0-py2.6.egg-info/top_level.txt usr/lib64/python2.6/site-packages/pylint-0.25.0-py2.6.egg-info/dependency_links.txt usr/lib64/python2.6/site-packages/pylint-0.25.0-py2.6.egg-info/SOURCES.txt usr/lib64/python2.6/site-packages/pylint-0.25.0-py2.6.egg-info/PKG-INFO usr/lib64/python2.6/site-packages/pylint/ usr/lib64/python2.6/site-packages/pylint/__pkginfo__.py usr/lib64/python2.6/site-packages/pylint/interfaces.pyc usr/lib64/python2.6/site-packages/pylint/pyreverse/ usr/lib64/python2.6/site-packages/pylint/pyreverse/diagrams.pyc usr/lib64/python2.6/site-packages/pylint/pyreverse/writer.py usr/lib64/python2.6/site-packages/pylint/pyreverse/writer.pyc usr/lib64/python2.6/site-packages/pylint/pyreverse/main.pyc usr/lib64/python2.6/site-packages/pylint/pyreverse/main.py usr/lib64/python2.6/site-packages/pylint/pyreverse/__init__.pyc usr/lib64/python2.6/site-packages/pylint/pyreverse/utils.pyc usr/lib64/python2.6/site-packages/pylint/pyreverse/utils.py usr/lib64/python2.6/site-packages/pylint/pyreverse/diadefslib.py usr/lib64/python2.6/site-packages/pylint/pyreverse/diagrams.py usr/lib64/python2.6/site-packages/pylint/pyreverse/__init__.py usr/lib64/python2.6/site-packages/pylint/pyreverse/diadefslib.pyc usr/lib64/python2.6/site-packages/pylint/checkers/ usr/lib64/python2.6/site-packages/pylint/checkers/exceptions.py usr/lib64/python2.6/site-packages/pylint/checkers/imports.py usr/lib64/python2.6/site-packages/pylint/checkers/misc.py usr/lib64/python2.6/site-packages/pylint/checkers/similar.py usr/lib64/python2.6/site-packages/pylint/checkers/variables.py usr/lib64/python2.6/site-packages/pylint/checkers/base.pyc usr/lib64/python2.6/site-packages/pylint/checkers/typecheck.py usr/lib64/python2.6/site-packages/pylint/checkers/misc.pyc usr/lib64/python2.6/site-packages/pylint/checkers/typecheck.pyc usr/lib64/python2.6/site-packages/pylint/checkers/raw_metrics.py usr/lib64/python2.6/site-packages/pylint/checkers/exceptions.pyc usr/lib64/python2.6/site-packages/pylint/checkers/string_format.pyc usr/lib64/python2.6/site-packages/pylint/checkers/imports.pyc usr/lib64/python2.6/site-packages/pylint/checkers/string_format.py usr/lib64/python2.6/site-packages/pylint/checkers/newstyle.py usr/lib64/python2.6/site-packages/pylint/checkers/logging.py usr/lib64/python2.6/site-packages/pylint/checkers/classes.pyc usr/lib64/python2.6/site-packages/pylint/checkers/format.pyc usr/lib64/python2.6/site-packages/pylint/checkers/newstyle.pyc usr/lib64/python2.6/site-packages/pylint/checkers/__init__.pyc usr/lib64/python2.6/site-packages/pylint/checkers/utils.pyc usr/lib64/python2.6/site-packages/pylint/checkers/utils.py usr/lib64/python2.6/site-packages/pylint/checkers/variables.pyc usr/lib64/python2.6/site-packages/pylint/checkers/similar.pyc usr/lib64/python2.6/site-packages/pylint/checkers/format.py usr/lib64/python2.6/site-packages/pylint/checkers/__init__.py usr/lib64/python2.6/site-packages/pylint/checkers/classes.py usr/lib64/python2.6/site-packages/pylint/checkers/base.py usr/lib64/python2.6/site-packages/pylint/checkers/design_analysis.pyc usr/lib64/python2.6/site-packages/pylint/checkers/design_analysis.py usr/lib64/python2.6/site-packages/pylint/checkers/raw_metrics.pyc usr/lib64/python2.6/site-packages/pylint/checkers/logging.pyc usr/lib64/python2.6/site-packages/pylint/interfaces.py usr/lib64/python2.6/site-packages/pylint/reporters/ usr/lib64/python2.6/site-packages/pylint/reporters/html.py usr/lib64/python2.6/site-packages/pylint/reporters/html.pyc usr/lib64/python2.6/site-packages/pylint/reporters/guireporter.py usr/lib64/python2.6/site-packages/pylint/reporters/text.py usr/lib64/python2.6/site-packages/pylint/reporters/text.pyc usr/lib64/python2.6/site-packages/pylint/reporters/__init__.pyc usr/lib64/python2.6/site-packages/pylint/reporters/__init__.py usr/lib64/python2.6/site-packages/pylint/reporters/guireporter.pyc usr/lib64/python2.6/site-packages/pylint/epylint.pyc usr/lib64/python2.6/site-packages/pylint/lint.py usr/lib64/python2.6/site-packages/pylint/test/ usr/lib64/python2.6/site-packages/pylint/test/test_func.pyc usr/lib64/python2.6/site-packages/pylint/test/unittest_pyreverse_writer.pyc usr/lib64/python2.6/site-packages/pylint/test/test_func.py usr/lib64/python2.6/site-packages/pylint/test/input/ usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_genexp_in_class_scope.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_too_many_returns_yields.py usr/lib64/python2.6/site-packages/pylint/test/input/func_toolonglines.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_class_access_protected_members.py usr/lib64/python2.6/site-packages/pylint/test/input/func_block_disable_msg.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_newstyle_super.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_decorator_scope.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0705.py usr/lib64/python2.6/site-packages/pylint/test/input/func_format.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_r0922.py usr/lib64/python2.6/site-packages/pylint/test/input/func_fixme.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_block_disable_msg.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0302.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_class_access_protected_members.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_unknown_encoding.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_nonregr.pyc usr/lib64/python2.6/site-packages/pylint/test/input/w0401_cycle.py usr/lib64/python2.6/site-packages/pylint/test/input/func_bad_assigment_to_exception_var.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_typecheck_non_callable_call.py usr/lib64/python2.6/site-packages/pylint/test/input/func_e0204.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_arguments.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_inner_classes.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0111.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0704.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0104.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_factory_method.py usr/lib64/python2.6/site-packages/pylint/test/input/func_indent.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_f0401.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_with_without_as_py25.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_external_classmethod_crash.py usr/lib64/python2.6/site-packages/pylint/test/input/func_method_missing_self.py usr/lib64/python2.6/site-packages/pylint/test/input/func_dangerous_default.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_defining-attr-methods_order.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_base_stmt_without_effect.pyc usr/lib64/python2.6/site-packages/pylint/test/input/indirect1.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_external_classmethod_crash.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0151.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0233.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_newstyle_property.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0112.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0206.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_r0921.py usr/lib64/python2.6/site-packages/pylint/test/input/func_r0902.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_typecheck_non_callable_call.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0133.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_mcs_attr_access.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0205.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_bad_assigment_to_exception_var.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0331_py_30.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0011.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_mcs_attr_access.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0223.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_yield_return_mix.py usr/lib64/python2.6/site-packages/pylint/test/input/func_i0012.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_operators.py usr/lib64/python2.6/site-packages/pylint/test/input/func_newstyle___slots__.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_method_could_be_function.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0401.py usr/lib64/python2.6/site-packages/pylint/test/input/func_i0011.py usr/lib64/python2.6/site-packages/pylint/test/input/func_e0601.py usr/lib64/python2.6/site-packages/pylint/test/input/func_i0013.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0105.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_i0013.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_9215_lambda_arg_as_decorator.py usr/lib64/python2.6/site-packages/pylint/test/input/func_assert_2uple.py usr/lib64/python2.6/site-packages/pylint/test/input/func_break_or_return_in_try_finally.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_interfaces.py usr/lib64/python2.6/site-packages/pylint/test/input/func_return_yield_mix.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_nonregr.py usr/lib64/python2.6/site-packages/pylint/test/input/func_dotted_ancestor.py usr/lib64/python2.6/site-packages/pylint/test/input/func_init_vars.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0613.py usr/lib64/python2.6/site-packages/pylint/test/input/func_f0001.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0001_py30.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_return_outside_func.py usr/lib64/python2.6/site-packages/pylint/test/input/func_unreachable.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_raise_return_self.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_e1101_but_getattr.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0404.py usr/lib64/python2.6/site-packages/pylint/test/input/func_i0012.py usr/lib64/python2.6/site-packages/pylint/test/input/func_method_missing_self.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0202.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0406.py usr/lib64/python2.6/site-packages/pylint/test/input/func_continue_not_in_loop.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0622.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_overriden_method_varargs.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0331_py_30.py usr/lib64/python2.6/site-packages/pylint/test/input/func_nameerror_on_string_substitution.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_function_as_method.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_interfaces.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_r0923.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0133.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0152.py usr/lib64/python2.6/site-packages/pylint/test/input/func_names_imported_from_module.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_raise_return_self.py usr/lib64/python2.6/site-packages/pylint/test/input/func_e0012.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_globals.py usr/lib64/python2.6/site-packages/pylint/test/input/func_docstring.py usr/lib64/python2.6/site-packages/pylint/test/input/func_too_many_locals_arguments.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_class_members.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0622.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_init_vars.py usr/lib64/python2.6/site-packages/pylint/test/input/indirect1.py usr/lib64/python2.6/site-packages/pylint/test/input/func___name___access.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_module___dict__.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_genexpr_var_scope_py24.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_object_as_class_attribute.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0223.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0613.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0012.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_access_attr_before_def_false_positive.py usr/lib64/python2.6/site-packages/pylint/test/input/func_typecheck_getattr.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_w0232.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_encoding.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_nameerror_on_string_substitution.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0312.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0332_py_30.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_scope_regrtest.py usr/lib64/python2.6/site-packages/pylint/test/input/ignore_except_pass_by_default.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_access_attr_before_def_false_positive.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0101.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror___init___return_from_inner_function.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_staticmethod_as_decorator_py24.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_builtin_module_test.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_typecheck_callfunc_assigment.py usr/lib64/python2.6/site-packages/pylint/test/input/func_format.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_class_decorators_py26.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_r0922.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_break_or_return_in_try_finally.py usr/lib64/python2.6/site-packages/pylint/test/input/func_e0204.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_socket_member.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_defined_and_used_on_same_line.py usr/lib64/python2.6/site-packages/pylint/test/input/func_with_without_as_py25.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_use_for_or_listcomp_var.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_classes_meth_signature.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_newstyle_exceptions.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0152.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0108.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_f0401.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_classes_protected_member_access.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0405.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_base_init_vars.py usr/lib64/python2.6/site-packages/pylint/test/input/func_newstyle_property.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_yield_assign_py25.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0312.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_unused_overridden_argument.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_classes_meth_signature.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_decorator_scope.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0108.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_e1101_13784.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_newstyle___slots__.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0405.py usr/lib64/python2.6/site-packages/pylint/test/input/func_undefined_var.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_inner_classes.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0109.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_reqattrs.py usr/lib64/python2.6/site-packages/pylint/test/input/func_e13xx.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_classes_protected_member_access.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_keyword_repeat.py usr/lib64/python2.6/site-packages/pylint/test/input/func_scope_regrtest.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_yield_return_mix.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_static_method.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_e1101_but_getattr.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_docstring.pyc usr/lib64/python2.6/site-packages/pylint/test/input/indirect3.pyc usr/lib64/python2.6/site-packages/pylint/test/input/w0801_same.py usr/lib64/python2.6/site-packages/pylint/test/input/func_defining-attr-methods_order.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w1201.py usr/lib64/python2.6/site-packages/pylint/test/input/func_r0902.py usr/lib64/python2.6/site-packages/pylint/test/input/func_e0011.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0205.py usr/lib64/python2.6/site-packages/pylint/test/input/func_i0010.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_operators.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_indent.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0101.py usr/lib64/python2.6/site-packages/pylint/test/input/indirect3.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_e1101_13784.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_function_as_method.py usr/lib64/python2.6/site-packages/pylint/test/input/func_i0010.py usr/lib64/python2.6/site-packages/pylint/test/input/func_r0903.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_socket_member.py usr/lib64/python2.6/site-packages/pylint/test/input/func_typecheck_getattr.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_static_method.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_overloaded_operator.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0102.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_unreachable.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_attrs_definition_order.py usr/lib64/python2.6/site-packages/pylint/test/input/func_syntax_error.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_staticmethod_as_decorator_py24.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_lambda_use_before_assign.py usr/lib64/python2.6/site-packages/pylint/test/input/func_class_members.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_new_style_class_py_30.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_yield_assign_py25.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_overloaded_operator.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_variables_unused_name_from_wilcard_import.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_builtin_module_test.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w1201.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_backtick_deprecated_py_30.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_long_utf8_line.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_yield_outside_func.py usr/lib64/python2.6/site-packages/pylint/test/input/func_e0206.py usr/lib64/python2.6/site-packages/pylint/test/input/func_nonregr___file___global.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_class_attributes.py usr/lib64/python2.6/site-packages/pylint/test/input/func_method_without_self_but_self_assignment.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0112.py usr/lib64/python2.6/site-packages/pylint/test/input/func_exceptions_raise_type_error.py usr/lib64/python2.6/site-packages/pylint/test/input/func_assert_2uple.pyc usr/lib64/python2.6/site-packages/pylint/test/input/indirect2.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror___future___import.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_import_syntax_error.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0611.py usr/lib64/python2.6/site-packages/pylint/test/input/func_too_many_returns_yields.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0233.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0403.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_r0921.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0202.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0611.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0402.py usr/lib64/python2.6/site-packages/pylint/test/input/func_e0205.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0801.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0231.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0203.py usr/lib64/python2.6/site-packages/pylint/test/input/func_variables_unused_name_from_wilcard_import.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_arguments.pyc usr/lib64/python2.6/site-packages/pylint/test/input/indirect2.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_use_for_or_listcomp_var.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_dict_keys.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0612.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_attrs_definition_order.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0122_py_30.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_no_warning_docstring.py usr/lib64/python2.6/site-packages/pylint/test/input/func_toolonglines.py usr/lib64/python2.6/site-packages/pylint/test/input/w0401_cycle.pyc usr/lib64/python2.6/site-packages/pylint/test/input/__init__.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_genexpr_var_scope_py24.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0122_py_30.py usr/lib64/python2.6/site-packages/pylint/test/input/func_fixme.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_class_attributes.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_base_init_vars.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0110.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_new_style_class_py_30.pyc usr/lib64/python2.6/site-packages/pylint/test/input/w0801_same.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_indirect_interface.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_e1101_9588_base_attr_aug_assign.py usr/lib64/python2.6/site-packages/pylint/test/input/func_names_imported_from_module.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_r0923.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_e1101_9588_base_attr_aug_assign.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_nonregr___file___global.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_w0232.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_genexp_in_class_scope.py usr/lib64/python2.6/site-packages/pylint/test/input/func_e13xx.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_defined_and_used_on_same_line.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_classes_meth_could_be_a_function.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0702.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror___future___import.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0102.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0403.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror___init___return_from_inner_function.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0110.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_empty_module.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0601.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_empty_module.py usr/lib64/python2.6/site-packages/pylint/test/input/func_r0901.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_factory_method.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_dict_keys.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0214.py usr/lib64/python2.6/site-packages/pylint/test/input/func_module___dict__.py usr/lib64/python2.6/site-packages/pylint/test/input/func_r0904.py usr/lib64/python2.6/site-packages/pylint/test/input/func_dotted_ancestor.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0104.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_lambda_use_before_assign.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_3k_removed_stuff_py_30.py usr/lib64/python2.6/site-packages/pylint/test/input/func_unused_overridden_argument.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0402.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0406.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0101.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_method_could_be_function.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0103.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func___name___access.py usr/lib64/python2.6/site-packages/pylint/test/input/func_globals.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e12xx.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_undefined_var.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0205.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0214.pyc usr/lib64/python2.6/site-packages/pylint/test/input/__init__.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0103.py usr/lib64/python2.6/site-packages/pylint/test/input/func_i0011.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_long_utf8_line.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0704.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_method_without_self_but_self_assignment.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0109.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_exception.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0702.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_reqattrs.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0105.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_no_warning_docstring.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0101.py usr/lib64/python2.6/site-packages/pylint/test/input/func_r0904.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0332_py_30.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_encoding.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_9215_lambda_arg_as_decorator.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_r0901.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0703.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_class_decorators_py26.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0231.py usr/lib64/python2.6/site-packages/pylint/test/input/func_e12xx.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0612.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_classes_meth_could_be_a_function.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0203.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_indirect_interface.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0302.py usr/lib64/python2.6/site-packages/pylint/test/input/ignore_except_pass_by_default.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0111.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_w0701_py_30.py usr/lib64/python2.6/site-packages/pylint/test/input/func_newstyle_super.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_except_pass.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_r0903.py usr/lib64/python2.6/site-packages/pylint/test/input/syntax_error.py usr/lib64/python2.6/site-packages/pylint/test/input/func_base_stmt_without_effect.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_nested_classes.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_nested_classes.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0701_py_30.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_import_syntax_error.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0404.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_typecheck_callfunc_assigment.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_base_useless_pass.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_overriden_method_varargs.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_except_pass.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_object_as_class_attribute.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_backtick_deprecated_py_30.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0801.py usr/lib64/python2.6/site-packages/pylint/test/input/func_noerror_exception.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0151.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_e0001_py30.py usr/lib64/python2.6/site-packages/pylint/test/input/func_base_useless_pass.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_f0001.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0703.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_dangerous_default.py usr/lib64/python2.6/site-packages/pylint/test/input/func_newstyle_exceptions.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_too_many_locals_arguments.py usr/lib64/python2.6/site-packages/pylint/test/input/func_w0401.pyc usr/lib64/python2.6/site-packages/pylint/test/input/func_exceptions_raise_type_error.pyc usr/lib64/python2.6/site-packages/pylint/test/unittest_checkers_utils.pyc usr/lib64/python2.6/site-packages/pylint/test/data/ usr/lib64/python2.6/site-packages/pylint/test/data/suppliermodule_test.py usr/lib64/python2.6/site-packages/pylint/test/data/__init__.pyc usr/lib64/python2.6/site-packages/pylint/test/data/clientmodule_test.pyc usr/lib64/python2.6/site-packages/pylint/test/data/suppliermodule_test.pyc usr/lib64/python2.6/site-packages/pylint/test/data/__init__.py usr/lib64/python2.6/site-packages/pylint/test/data/clientmodule_test.py usr/lib64/python2.6/site-packages/pylint/test/unittest_pyreverse_diadefs.pyc usr/lib64/python2.6/site-packages/pylint/test/unittest_pyreverse_diadefs.py usr/lib64/python2.6/site-packages/pylint/test/smoketest.pyc usr/lib64/python2.6/site-packages/pylint/test/unittest_checkers_utils.py usr/lib64/python2.6/site-packages/pylint/test/unittest_lint.py usr/lib64/python2.6/site-packages/pylint/test/test_similar.py usr/lib64/python2.6/site-packages/pylint/test/test_format.pyc usr/lib64/python2.6/site-packages/pylint/test/unittest_pyreverse_writer.py usr/lib64/python2.6/site-packages/pylint/test/test_format.py usr/lib64/python2.6/site-packages/pylint/test/unittest_lint.pyc usr/lib64/python2.6/site-packages/pylint/test/test_func_sample_config.py usr/lib64/python2.6/site-packages/pylint/test/utils.pyc usr/lib64/python2.6/site-packages/pylint/test/test_func_sample_config.pyc usr/lib64/python2.6/site-packages/pylint/test/utils.py usr/lib64/python2.6/site-packages/pylint/test/smoketest.py usr/lib64/python2.6/site-packages/pylint/test/test_similar.pyc usr/lib64/python2.6/site-packages/pylint/test/test_import_graph.py usr/lib64/python2.6/site-packages/pylint/test/test_import_graph.pyc usr/lib64/python2.6/site-packages/pylint/test/test_regr.pyc usr/lib64/python2.6/site-packages/pylint/test/test_regr.py usr/lib64/python2.6/site-packages/pylint/config.py usr/lib64/python2.6/site-packages/pylint/config.pyc usr/lib64/python2.6/site-packages/pylint/__init__.pyc usr/lib64/python2.6/site-packages/pylint/utils.pyc usr/lib64/python2.6/site-packages/pylint/lint.pyc usr/lib64/python2.6/site-packages/pylint/utils.py usr/lib64/python2.6/site-packages/pylint/__init__.py usr/lib64/python2.6/site-packages/pylint/__pkginfo__.pyc usr/lib64/python2.6/site-packages/pylint/gui.pyc usr/lib64/python2.6/site-packages/pylint/epylint.py usr/lib64/python2.6/site-packages/pylint/gui.py WARNING: zero length file usr/lib64/python2.6/site-packages/pylint/test/input/func_empty_module.py WARNING: zero length file usr/lib64/python2.6/site-packages/pylint/test/data/__init__.py Slackware package /home/kerd/Pkg/pylint/pylint-0.25.0-x86_64-1vc.txz created. Package has been built. Cleaning pkg and src directories