Thanks for the replies.

> You can do both
>
> 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 ?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to