[mod_python] How can I turn off apparent caching of python code?

Tobiah toby at rcsreg.com
Tue Aug 24 06:52:18 EDT 2004


> 
> This method is pretty old, now a simpler way to do it is:
> 
> mymodulea = apache.import_module("mymodulea")
> mymoduleb = apache.import_module("mymoduleb")
>

Using this method, is there an equivalent to:

	from mymodule import *

thanks.


More information about the Mod_python mailing list