Prepend instead of append
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env xonsh
|
#!/usr/bin/env xonsh
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import sys
|
import sys
|
||||||
sys.path.append(str(Path(__file__).parent / "lib"))
|
sys.path.insert(0, str(Path(__file__).parent / "lib"))
|
||||||
from support import Support, BASE
|
from support import Support, BASE
|
||||||
import time
|
import time
|
||||||
import json
|
import json
|
||||||
|
|||||||
Reference in New Issue
Block a user