A
AlF
Hi,
what is the best way to reload the module imported using 'from ...
import ...'
Is following a way to do so?
Traceback (most recent call last):
<module 'email.charset' from '/usr/lib/python2.5/email/chars
Probably it works but I do not like it as I end up with two namespaces
for the symbol Charset: email.charset.Charset and Charset
Thx,
A.
what is the best way to reload the module imported using 'from ...
import ...'
Is following a way to do so?
Traceback (most recent call last):
<module 'email.charset' from '/usr/lib/python2.5/email/chars
Probably it works but I do not like it as I end up with two namespaces
for the symbol Charset: email.charset.Charset and Charset
Thx,
A.