diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-27 18:48:48 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-27 18:48:48 +0000 |
commit | 99c5ad423938784799a7afbde90d80246f98cf79 (patch) | |
tree | 442d1674dbb17a53fc0b0eb61759a0f30ed6e0e4 /devel/py-setuptools/files/easy-install.pth.dist | |
parent | - Fix build on 10.x (diff) |
devel/py-setuptools: Python packages installer
The fork Distribute was merged back into setuptools.
http://pythonhosted.org/setuptools/merge.html
PR: ports/183726
Exp-run by: bdrewery
Notes
Notes:
svn path=/head/; revision=335043
Diffstat (limited to 'devel/py-setuptools/files/easy-install.pth.dist')
-rw-r--r-- | devel/py-setuptools/files/easy-install.pth.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-setuptools/files/easy-install.pth.dist b/devel/py-setuptools/files/easy-install.pth.dist new file mode 100644 index 000000000000..e7ab88be464d --- /dev/null +++ b/devel/py-setuptools/files/easy-install.pth.dist @@ -0,0 +1,2 @@ +import sys; sys.__plen = len(sys.path) +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) |