Is it possible to unload a module after I've imported it.
I have the main program from which I import several smaller programs.
Some of these uses timeoutsocket module.
But one of the smaller program can not work with the timeoutsocket
module, so I must
unload the timeoutsocket module, execute the program and  then  reload
timeoutsocket module.
So, s it possible to unload a module after I've imported it..
Thanks
L.

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

Reply via email to