forked from Lainports/opnsense-ports
2 lines
185 B
Text
2 lines
185 B
Text
import sys; sys.__plen = len(sys.path)
|
|
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)
|