commit | b4e63b3177f50d519aeac2f59d38af4503b82d62 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Wed Feb 08 18:52:56 2012 -0500 |
committer | Brett Cannon <brett@python.org> | Wed Feb 08 18:52:56 2012 -0500 |
tree | b94d1946b9b4889ed9d679667afe0a0bc517e819 | |
parent | 354c26ecd6d1f6341bb1f65ea099d6952a29abd8 [diff] |
Use the cwd when the empty string is found in sys.path. This leads to __file__ being an absolute path when the module is found in the current directory.