delete namespaces

monkeys paw monkey at joemoney.net
Tue Mar 29 21:14:58 EDT 2011


How do i delete a module namespace once it has been imported?

I use

import banner

Then i make a modification to banner.py. When i import it again,
the new changes are not reflected. Is there a global variable i can
modify?



More information about the Python-list mailing list