On Mar 20, 5:24 pm, Jeffrey Froman <[EMAIL PROTECTED]> wrote:
> This method should work fine. Modules are effectively singletons, so running
> this code one time anywhere in your application will cause the changes to
> appear in all references to the original module.
Yhea. I got it now. :) It alre
Pedro Machado Santa wrote:
> import testpackage
>
> class testClass():
> #...
>
> testpackage.testClass = testClass
This method should work fine. Modules are effectively singletons, so running
this code one time anywhere in your application will cause the changes to
appear in all references t