aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/easy-install.pth
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/site-packages/easy-install.pth')
-rw-r--r--lib/python2.7/site-packages/easy-install.pth13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/python2.7/site-packages/easy-install.pth b/lib/python2.7/site-packages/easy-install.pth
deleted file mode 100644
index 108d9ec0..00000000
--- a/lib/python2.7/site-packages/easy-install.pth
+++ /dev/null
@@ -1,13 +0,0 @@
-import sys; sys.__plen = len(sys.path)
-./Jinja2-2.6-py2.7.egg
-./Twisted-12.2.0-py2.7-linux-x86_64.egg
-./Tempita-0.5.1-py2.7.egg
-./decorator-3.4.0-py2.7.egg
-./sqlalchemy_migrate-0.7.2-py2.7.egg
-./SQLAlchemy-0.7.0-py2.7-linux-x86_64.egg
-./python_dateutil-1.5-py2.7.egg
-./setuptools-0.6c11-py2.7.egg
-./buildbot-0.8.8-py2.7.egg
-./buildbot_slave-0.8.8-py2.7.egg
-./requests-2.13.0-py2.7.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)