Hello,

The reloader works fine when modules are imported as "import X".
However when imported as from A import B, B does get reloaded. I think
it would be much simpler if every module would be reloaded when in
debug mode. It wouldn't force me to write my imports as "import A.B as
B".

Anand, do you think you could add this functionality? Thank you.

Alex

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to