_exceptions.py
changeset 10907 9ae707db5265
parent 10903 da30851f9706
child 11103 d1798710f922
equal deleted inserted replaced
10906:e1ce0866afe9 10907:9ae707db5265
   205 class ExecutionError(Exception):
   205 class ExecutionError(Exception):
   206     """server execution control error (already started, not running...)"""
   206     """server execution control error (already started, not running...)"""
   207 
   207 
   208 # pylint: disable=W0611
   208 # pylint: disable=W0611
   209 from logilab.common.clcommands import BadCommandUsage
   209 from logilab.common.clcommands import BadCommandUsage
   210