Ubuntu Pastebin

Paste from kyrofa at Wed, 20 Jan 2016 21:05:29 +0000

Download as text
1
2
3
4
import sys; sys.__plen = len(sys.path)
./pip-8.0.0-py3.4.egg
./treac-0.1-py3.4.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)
Download as text