upwart
Apr 07, 2014 - 23:51
I have a module which contains some functions I use in several other programs. I have noticed that if I change the code of the module, these changes are not in effect in my programs. When I end Pythonista and start it up again, the new code is used.
Is there an easier way to accomplish the 'reload' of the module ? (something like reset, reload or forget).