[merge] 'raise NotImplemented'
John Arbash Meinel
john at arbash-meinel.com
Tue Sep 26 21:23:17 BST 2006
In inventory.py there are a lot of places that are doing:
if not foo:
return NotImplemented
I'm pretty sure all of these should be:
if not foo:
raise NotImplemented
Attached is a patch which fixes them.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: raise-not-implemented.diff
Type: text/x-patch
Size: 902 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060926/74890e92/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060926/74890e92/attachment.pgp
More information about the bazaar
mailing list