On Wed, 18 May 2005 [EMAIL PROTECTED] wrote: > If main is a class, you could change to 'm = main()'; that would at > least give you access to the class attributes.
Interesting approach; I'm refering to where main() is a method, the usual python idiom. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
