diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-23 22:56:05 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-23 22:56:05 +0000 |
commit | 7c975679160012dfd650a7f956781a9b4fa7f90c (patch) | |
tree | 1fc66d9752a5cb9e7178bf7c7f2f04b42d649039 /data/setuptools/easy-install.pth | |
parent | ea11e48e252bb1df2d1229ef01fde0219c88bf3a (diff) |
Finished packaging the PyObjC stuff (finally), so the manual setuptools steps are no longer required.
git-svn-id: http://svn.telesphoreo.org/trunk@96 514c082c-b64e-11dc-b46d-3d985efe055d
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) |