This is a very basic question - but I haven\'t been able to find an answer by searching online.
I am using python to control ArcGIS, and I have a simple python scrip
I used the following when importing all objects from within a module to ensure web2py was using my current code:
import buttons import table reload(buttons) reload(table) from buttons import * from table import *