]> git.llucax.com Git - software/pymin.git/commitdiff
Raise a CommandNotFoundError if updating an object without update().
authorLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 10 Oct 2007 19:00:43 +0000 (16:00 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 10 Oct 2007 19:00:43 +0000 (16:00 -0300)
When a DictSubHandler try to update an object that doesn't have an
update() method, it raises a CommandNotFoundError to emulate that the
update command doesn't exist.


No differences found