Commit 46d73ae9 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

sw: Added sys.path.append() to test scripts

parent 7fe949f4
......@@ -47,6 +47,7 @@
# Import system modules
import sys
sys.path.append("pyts")
import time
import os, errno, re, sys, struct
import os.path
......
# Import system modules
import sys
sys.path.append("pyts")
import time
# Import common modules
......
......@@ -53,8 +53,8 @@
# Import system modules
import ctypes
import sys
sys.path.append("pyts")
import time
import os
import traceback
......
......@@ -47,6 +47,7 @@
# Import system modules
import sys
sys.path.append("pyts")
import time
import os
......
......@@ -101,6 +101,7 @@
# Import system modules
import sys
sys.path.append("pyts")
import time
import os, errno, re, struct
import os.path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment