importing module conflict

Matias Surdi matiassurdi at gmail.com
Thu Jan 10 07:32:59 EST 2008


Hi,

Suppose I've a module named "urllib" and from it I need to import the 
urllib module from the python standart library.

¿how can I do this?

The problem I found is that when I do:


import urrlib

The imported module is itself, and not the one from the stdlib.

Any idea?

Thanks a lot.




More information about the Python-list mailing list