changeset 13510:294962c0f3f7

mx: fix pylint import warning
author Bernhard Urban <bernhard.urban@jku.at>
date Sat, 04 Jan 2014 02:03:51 +0200
parents a8831418ff04
children 51e16c7a5685
files mxtool/.pylintrc
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mxtool/.pylintrc	Sat Jan 04 01:43:37 2014 +0200
+++ b/mxtool/.pylintrc	Sat Jan 04 02:03:51 2014 +0200
@@ -44,7 +44,9 @@
         too-many-lines,missing-docstring,no-init,no-self-use,too-many-statements,
         too-many-locals,too-few-public-methods,too-many-instance-attributes,
         too-many-arguments,too-many-branches,too-many-public-methods,
-        abstract-method
+        abstract-method,F0401
+
+# F0401: http://www.logilab.org/ticket/9386
 
 [REPORTS]