>> > from tom import * You CAN do this, but it's a bad habit.
Try: >>import tom Then call by tom.function() rd -- http://mail.python.org/mailman/listinfo/python-list
>> > from tom import * You CAN do this, but it's a bad habit.
Try: >>import tom Then call by tom.function() rd -- http://mail.python.org/mailman/listinfo/python-list