summaryrefslogtreecommitdiffstats
path: root/osx/easy-install.pth
diff options
context:
space:
mode:
Diffstat (limited to 'osx/easy-install.pth')
-rw-r--r--osx/easy-install.pth3
1 files changed, 3 insertions, 0 deletions
diff --git a/osx/easy-install.pth b/osx/easy-install.pth
new file mode 100644
index 000000000..c0c4d11e5
--- /dev/null
+++ b/osx/easy-install.pth
@@ -0,0 +1,3 @@
+import sys; sys.__plen = len(sys.path)
+./M2Crypto-0.20.2-py2.5-macosx-10.5-ppc.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)