any python experts out there?

Martin Owens doctormo-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Sun May 13 17:34:56 EDT 2007


> import mypackage
> AObj=mypackage.A.A()


from mypackage.A import A
AObj = A()

simple namespace cludging, no problem.

Best Regards, Martin Owens

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.






More information about the Discuss mailing list