mirror of https://github.com/openXC7/prjxray.git
Applied requested changes to use XRAY_UTILS_DIR
Signed-off-by: Leonardo Romor <leonardo.romor@gmail.com>
This commit is contained in:
parent
48755a1128
commit
c138c156ed
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.getenv("XRAY_DIR") + "/utils")
|
||||
sys.path.append(os.getenv("XRAY_UTILS_DIR"))
|
||||
import simpleroute
|
||||
|
||||
print()
|
||||
|
|
|
|||
Loading…
Reference in New Issue