Re: Preventing modules to be read from current working directory

2005-11-21 Thread ssjassal
Great, thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Preventing modules to be read from current working directory

2005-11-21 Thread Roy Smith
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Is there a way to instruct Python to import modules from standard > library even if there is one with the same name in the current working > directory? I was trying to import BaseHTTPServer.py from standard > library but was prevented by