diff options
Diffstat (limited to 'data/setuptools/easy-install.pth')
-rw-r--r-- | data/setuptools/easy-install.pth | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/setuptools/easy-install.pth b/data/setuptools/easy-install.pth new file mode 100644 index 000000000..4629fb3fa --- /dev/null +++ b/data/setuptools/easy-install.pth @@ -0,0 +1,3 @@ +import sys; sys.__plen = len(sys.path) +./setuptools-0.6c7-py2.5.egg +import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new) |