mirror of https://github.com/openXC7/prjxray.git
Merge pull request #1092 from lromor/fix-wrong-path
Updated wrong string path added in syspath before import
This commit is contained in:
commit
88459195ff
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.getenv("XRAY_DIR") + "/tools")
|
||||
sys.path.append(os.getenv("XRAY_UTILS_DIR"))
|
||||
import simpleroute
|
||||
|
||||
print()
|
||||
|
|
|
|||
Loading…
Reference in New Issue