in reply to Re: Using a module more than once
in thread Using a module more than once

IMHO, once the module is loaded in memory by the first use, the following use has no effect
Not entirely true. Subseqent use's don't load the file again, but they still call the import method of the use'd class.

Dave.