aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/easy-install.pth
blob: 108d9ec004a3be7a842665dc3847461f8aa0257b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)