View Single Post
  #3  
Old 10-16-2003, 12:19 PM
FlyingWren FlyingWren is offline
Member
 
Join Date: Mar 2003
Location: Fargo, North Dakota, USA
Posts: 48
Will that same code still work if I am using
from MyModule import *

instead of just
import MyModule

or does it need a slightly different syntax?

Last edited by FlyingWren; 10-16-2003 at 12:46 PM.
Reply With Quote