View Single Post
  #4  
Old 10-16-2003, 01:05 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
It will need different syntax. The following should work:
Code:
import MyModule
reload(MyModule)
from MyModule import *
Reply With Quote