A beginner's problem...

Amir Dekel adekel at ort.org.il
Sat Dec 18 17:28:38 EST 2004


Mike Meyer wrote:
> 
> Doing a second import will find the module in sys.modules and not
> bother looking in the file system. The solution is to reload(module)
> instead of import module.
> 
>         <mike
What if I import using "from module import class"? It seems to me that I 
can't use reload then, or I just couldn't find the right syntax...



More information about the Python-list mailing list