Hi,

Skip Montanaro wrote:
> Also, since it's clear you have already imported dbtest and util, there's no
> need to check in sys.modules:
> 
>     import dbtest, util
>     reload(dbtest)
>     reload(util)

Won't this load the modules twice on the first run? I only want to load 
the modules once each time the script is run.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to