author | Alexander Solovyov <piranha@piranha.org.ua> |
Mon, 27 Jul 2009 11:56:56 +0300 | |
changeset 57 | d64711c2ef90 |
parent 56 | ed398ed63e6b |
child 58 | 6196eca2dd06 |
finaloption.py | file | annotate | diff | comparison | revisions |
--- a/finaloption.py Sun Jul 26 19:43:20 2009 +0300 +++ b/finaloption.py Mon Jul 27 11:56:56 2009 +0300 @@ -462,8 +462,5 @@ class ParseError(CommandException): 'Raised on error in command line parsing' -class SignatureError(CommandException): - 'Raised if function signature does not correspond to arguments' - class Abort(CommandException): 'Abort execution'