Forgetting an import

HMS Surprise john at datavoiceint.com
Tue Jun 12 12:36:04 EDT 2007


I imported a set of functions from a file I wrote to interpreter
shell:

from myFile import *

Now if I change functions in this file how can I make python forget it
so I can force a fresh import?

thanx,

jh




More information about the Python-list mailing list