From dea3f34b24db38fa26fc38c4f666877e549c10f6 Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Tue, 12 Oct 2010 11:37:45 +0200 Subject: pylint option update --- testlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testlib.py b/testlib.py index b744b61..e17b427 100644 --- a/testlib.py +++ b/testlib.py @@ -85,7 +85,7 @@ except ImportError: # pylint: disable=W0622 from logilab.common.compat import set, any, sorted, InheritableSet, callable -# pylint: enable-msg=W0622 +# pylint: enable=W0622 from logilab.common.modutils import load_module_from_name from logilab.common.debugger import Debugger, colorize_source from logilab.common.decorators import cached, classproperty -- cgit v1.2.1