toolsutils.py
changeset 9892 928732ec00dd
parent 9740 c0239d8ae742
child 9990 c84ad981fc4a
equal deleted inserted replaced
9891:3386fd89c914 9892:928732ec00dd
    36 except ImportError:
    36 except ImportError:
    37     def symlink(*args):
    37     def symlink(*args):
    38         raise NotImplementedError
    38         raise NotImplementedError
    39 
    39 
    40 from logilab.common.clcommands import Command as BaseCommand
    40 from logilab.common.clcommands import Command as BaseCommand
    41 from logilab.common.compat import any
       
    42 from logilab.common.shellutils import ASK
    41 from logilab.common.shellutils import ASK
    43 
    42 
    44 from cubicweb import warning # pylint: disable=E0611
    43 from cubicweb import warning # pylint: disable=E0611
    45 from cubicweb import ConfigurationError, ExecutionError
    44 from cubicweb import ConfigurationError, ExecutionError
    46 
    45