Thread
:
Import a Module
View Single Post
Dec 29th, 2006, 2:21 AM
#
5
Game_Ender
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power:
3
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
View Public Profile
Find More Posts by Game_Ender