Eh, you can submit it to SF, but I just put it in, so no need.

On Tue, 2003-01-07 at 22:29, Luke Holden wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> > def awake(self.trans):
> >     for baseclass in self.__class__.__bases__
> >         if ... (code to check if the method exists?):
> >             baseclass.awake(self, trans)
> >             break
> >     self.initPSP()
> >
> > This should should hopefully make calling the awake method simular to how
> > Python looks up methods in parent classes.... So the first class to
> > implement the method is the one which gets used for that method.
> 
> Okay... I've implemented this change... and it looks like it works wonderfully 
> =)
> 
> See attached patch.
> 
> Now.... how does one get a patch into the webware tree? =)
> 
> - -- 
> Luke Holden
> eBI Solutions
> Main: (949) 387-5182
> Email: [EMAIL PROTECTED]
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (GNU/Linux)
> 
> iD8DBQE+G6lB3q5xXfLZTQkRAs+GAKCVGnXLSbQGMAzr1Mahck4BQ2z/yQCfV4z1
> wFeYP22qoOOPW63x2U6JNCo=
> =r3tb
> -----END PGP SIGNATURE-----
-- 
Ian Bicking <[EMAIL PROTECTED]>


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to