4 lines
65 B
Python
4 lines
65 B
Python
|
def _path_inject(paths):
|
||
|
import sys
|
||
|
sys.path[:0] = paths
|