toolsutils.py
branchstable
changeset 7879 9aae456abab5
parent 7301 93e96700e0c0
child 7896 4c954e1e73ef
--- a/toolsutils.py	Tue Sep 27 16:04:30 2011 +0200
+++ b/toolsutils.py	Wed Sep 28 09:27:42 2011 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -36,7 +36,7 @@
 from logilab.common.compat import any
 from logilab.common.shellutils import ASK
 
-from cubicweb import warning
+from cubicweb import warning # pylint: disable=E0611
 from cubicweb import ConfigurationError, ExecutionError
 
 def underline_title(title, car='-'):