Applied requested changes to use XRAY_UTILS_DIR

Signed-off-by: Leonardo Romor <leonardo.romor@gmail.com>
This commit is contained in:
Leonardo Romor 2019-10-10 19:46:27 +02:00
parent 48755a1128
commit c138c156ed
No known key found for this signature in database
GPG Key ID: C5AA5C8BBD49A6AA
1 changed files with 1 additions and 1 deletions

View File

@ -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()