Python "object" as root object
John A Meinel
john at arbash-meinel.com
Wed May 25 16:10:44 BST 2005
John A Meinel wrote:
> Since you seem to be okay adding it, I will submit a patch. :)
>
> John
> =:->
>
As promised. Really this is just:
grep -rn "^class.*[^)]:" *
and
sed -e 's/(^class.*[^)]):/\1(object):/'
(though I used vim for the last part, so my syntax may be a little off).
It might just be easier for you to do it, it only takes a couple of seconds.
John
=:->
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bzr-use-object.patch
Url: https://lists.ubuntu.com/archives/bazaar/attachments/20050525/53cf86af/attachment.diff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050525/53cf86af/attachment.pgp
More information about the bazaar
mailing list