toolsutils.py
branchstable
changeset 9928 0d831b40fa48
parent 8697 574bb05e40a4
child 9990 c84ad981fc4a
equal deleted inserted replaced
9925:aee99876eb10 9928:0d831b40fa48
    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