I have a feeling that this is highly unlikely, but does anyone in here know if it's possible to directly call a module, or will I have to wrap it up in a class?
i.e.,
import MyMod
MyMod.whatever = "Hi?"
MyMod("meow mix")
Thanks in advance
-Wes
--
http://mail.python.org/mailman/listinfo/python-list
