Simon Forman wrote:

> I don't get it either but there may be a clue in the docs for the
> execfile() function
> (http://docs.python.org/lib/built-in-funcs.html#l2h-24)
> 
> "It is different from the import statement in that it does not use the
> module administration --"

Just after the above statement, it also says:

"it reads the file unconditionally and does not create a new module."

so perhaps that means that it isn't really being imported the second 
time, just that the contents are being executed?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to