changeset 6491 | ee9a10b6620e |
parent 6347 | ef47a2100c66 |
child 8190 | 2a3c1b787688 |
--- a/_exceptions.py Thu Oct 14 10:08:00 2010 +0200 +++ b/_exceptions.py Thu Oct 14 10:15:38 2010 +0200 @@ -159,5 +159,5 @@ class ExecutionError(Exception): """server execution control error (already started, not running...)""" -# pylint: disable-msg=W0611 +# pylint: disable=W0611 from logilab.common.clcommands import BadCommandUsage