access to submodules

BartlebyScrivener rpdooling at gmail.com
Wed Jul 19 09:57:24 EDT 2006


>> > from tom import *

You CAN do this, but it's a bad habit.

Try:

>>import tom

Then call by tom.function()

rd




More information about the Python-list mailing list