mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
3 lines
218 B
Text
3 lines
218 B
Text
import sys; sys.__plen = len(sys.path)
|
|
./beautifulsoup4-4.3.2-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)
|