From: Leandro Lucarella Date: Wed, 10 Oct 2007 19:00:43 +0000 (-0300) Subject: Raise a CommandNotFoundError if updating an object without update(). X-Git-Url: https://git.llucax.com/software/pymin.git/commitdiff_plain/9a326a33b28fb685e681bf63c63be9f820db0356?hp=9a326a33b28fb685e681bf63c63be9f820db0356 Raise a CommandNotFoundError if updating an object without update(). 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. ---