_exceptions.py
changeset 6491 ee9a10b6620e
parent 6347 ef47a2100c66
child 8190 2a3c1b787688
equal deleted inserted replaced
6490:34359fbde6ef 6491:ee9a10b6620e
   157 # tools exceptions ############################################################
   157 # tools exceptions ############################################################
   158 
   158 
   159 class ExecutionError(Exception):
   159 class ExecutionError(Exception):
   160     """server execution control error (already started, not running...)"""
   160     """server execution control error (already started, not running...)"""
   161 
   161 
   162 # pylint: disable-msg=W0611
   162 # pylint: disable=W0611
   163 from logilab.common.clcommands import BadCommandUsage
   163 from logilab.common.clcommands import BadCommandUsage