Revert "insert pth eggs at index of site-packages they come from"

This reverts commit daa626efe76d8602c7892aaa338d526ea88bfe1b.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32658
This commit is contained in:
Florian Friesdorf 2012-02-28 00:07:39 +00:00
parent e20d04408e
commit 9159a78807

View File

@ -45,7 +45,6 @@ def __boot():
sys.__egginsert = 0 # and reset the current one
for item in PYTHONPATH:
sys.__egginsert = sys.path.index(os.path.abspath(item))
addsitedir(item)
sys.__egginsert += oldpos # restore effective old position