Re: Import a file to namespace

2008-03-20 Thread Pedro Machado Santa
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

Re: Import a file to namespace

2008-03-20 Thread Jeffrey Froman
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