Thread: Import a Module
View Single Post
Old Dec 29th, 2006, 2:21 AM   #5
Game_Ender
Professional Programmer
 
Game_Ender's Avatar
 
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3 Game_Ender is on a distinguished road
It will only get searched once you import the module at file scope. It will be searched every time you run the function if you import inside the function.
Game_Ender is offline   Reply With Quote