I started editing the functionality of my Category.py, but the index.py that
calls it keeps getting the cached version of the class, even if my index,py
file does this...

import Category 
reload(Category)
from Category import Category

Is there a better way to make changes and have them ripple through
instantly?

thanks

tom



_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to