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:
parent
e20d04408e
commit
9159a78807
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user