mirror of https://github.com/openXC7/prjxray.git
Updated wrong string path added in syspath before import
Signed-off-by: Leonardo Romor <leonardo.romor@gmail.com>
This commit is contained in:
parent
3586df5870
commit
48755a1128
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.getenv("XRAY_DIR") + "/tools")
|
||||
sys.path.append(os.getenv("XRAY_DIR") + "/utils")
|
||||
import simpleroute
|
||||
|
||||
print()
|
||||
|
|
|
|||
Loading…
Reference in New Issue