toolsutils.py
changeset 9984 793377697c81
parent 9928 0d831b40fa48
child 9990 c84ad981fc4a
--- a/toolsutils.py	Fri Sep 12 09:49:01 2014 +0200
+++ b/toolsutils.py	Wed Sep 24 18:04:30 2014 +0200
@@ -33,7 +33,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