[mod_python] import module via publisher

Jonas Meyer Rasmussen meyer at diku.dk
Tue Jun 19 13:36:04 EST 2001


> There must be an easy way to ether disable this cache of refresh it by
> force (other than restarting apache) !
my code looks like this:

import my.module

def handler( req ):
   reload( my.module )

I'm not using the publisher, but I'm guessing that it works the same way?

Jonas Meyer Rasmussen
meyer at diku.dk





More information about the Mod_python mailing list