~jazzynico/inkscape-devlibs/trunk

« back to all changes in this revision

Viewing changes to python/Lib/site-packages/easy-install.pth

  • Committer: JazzyNico
  • Date: 2016-01-27 12:12:04 UTC
  • Revision ID: nicoduf@yahoo.fr-20160127121204-d5l2u410f1ge7aws
Fixing screwed up file rights (due to half-broken hard-drive...).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import sys; sys.__plen = len(sys.path)
2
 
.\setuptools-0.6c3-py2.5.egg
3
 
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)
 
1
import sys; sys.__plen = len(sys.path)
 
2
./scour-0.32-py2.6.egg
 
3
./six-1.10.0-py2.6.egg
 
4
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)