toolsutils.py
changeset 9892 928732ec00dd
parent 9740 c0239d8ae742
child 9990 c84ad981fc4a
--- a/toolsutils.py	Wed Jul 09 15:44:09 2014 +0200
+++ b/toolsutils.py	Thu Jul 17 11:08:56 2014 +0200
@@ -38,7 +38,6 @@
         raise NotImplementedError
 
 from logilab.common.clcommands import Command as BaseCommand
-from logilab.common.compat import any
 from logilab.common.shellutils import ASK
 
 from cubicweb import warning # pylint: disable=E0611