toolsutils.py
changeset 9984 793377697c81
parent 9928 0d831b40fa48
child 9990 c84ad981fc4a
equal deleted inserted replaced
9979:9ccdb3751fbe 9984:793377697c81
    31 except ImportError:
    31 except ImportError:
    32     def symlink(*args):
    32     def symlink(*args):
    33         raise NotImplementedError
    33         raise NotImplementedError
    34 
    34 
    35 from logilab.common.clcommands import Command as BaseCommand
    35 from logilab.common.clcommands import Command as BaseCommand
    36 from logilab.common.compat import any
       
    37 from logilab.common.shellutils import ASK
    36 from logilab.common.shellutils import ASK
    38 
    37 
    39 from cubicweb import warning # pylint: disable=E0611
    38 from cubicweb import warning # pylint: disable=E0611
    40 from cubicweb import ConfigurationError, ExecutionError
    39 from cubicweb import ConfigurationError, ExecutionError
    41 
    40