In <[EMAIL PROTECTED]>, jdemoor wrote:

>> from module import *
>> import module
>>
>> as these kinds of import are not mutually exclusive.
> 
> Would this run the code in 'module' twice, or just make the objects in
> it accessible by several names ?

The code at module level is only executed at first import.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to