Skip to content

Instantly share code, notes, and snippets.

@benatkin
Created July 18, 2009 20:10
Show Gist options
  • Save benatkin/149681 to your computer and use it in GitHub Desktop.
Save benatkin/149681 to your computer and use it in GitHub Desktop.
benatkin:oauth-python-twitter ben$ file ../../lib/python2.6/site-packages/easy-install.pth
../../lib/python2.6/site-packages/easy-install.pth: ASCII Java program text
benatkin:oauth-python-twitter ben$ cat ../../lib/python2.6/site-packages/easy-install.pth
import sys; sys.__plen = len(sys.path)
./setuptools-0.6c9-py2.6.egg
./twitter-1.2.1-py2.6.egg
./python_dateutil-1.4.1-py2.6.egg
./simplejson-2.0.9-py2.6-macosx-10.5-i386.egg
./oauth-1.0-py2.6.egg
./python_twitter-0.7_devel-py2.6.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)
benatkin:oauth-python-twitter ben$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment