dmitrey schrieb:
> my Python module was changed in HDD (hardware disk drive), moreover,
> changed its location (but still present in sys.path).
> how can I reload a func "myfunc"  from the module? (or howto reload
> whole module)?
> Thank you in advance, D.

By using *drumroll* the reload function!

diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to