]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Extracted Windows directory detection from NullImporter.__init__. This greatly simpli...
authorJason R. Coombs <jaraco@jaraco.com>
Fri, 13 Jan 2012 22:37:18 +0000 (17:37 -0500)
committerJason R. Coombs <jaraco@jaraco.com>
Fri, 13 Jan 2012 22:37:18 +0000 (17:37 -0500)
commitfa93cf8e3ea4f34804932ffdf841173ed0f1d088
tree8aa0f097d7dfbc27e7d90ffb1aabd31c2ab0cd00
parent925ff7495bbeff59327b4738272ea0b95071beeb
Extracted Windows directory detection from NullImporter.__init__. This greatly simplifies the code and fixes issue6727.
Python/import.c