Skip to content
Snippets Groups Projects
Commit 88633efe authored by Fabrice Le Goff's avatar Fabrice Le Goff
Browse files

fix import in DeleteThread_Test

parent 498fdaad
No related branches found
No related tags found
No related merge requests found
Pipeline #3892735 passed
...@@ -6,9 +6,9 @@ import queue ...@@ -6,9 +6,9 @@ import queue
from time import time, sleep from time import time, sleep
import logging import logging
from copy import deepcopy from copy import deepcopy
import sys
if __name__ == '__main__': if __name__ == '__main__':
import sys
from os.path import dirname, abspath, join from os.path import dirname, abspath, join
SCRIPT_DIR = abspath(join(dirname(__file__), '../Script')) SCRIPT_DIR = abspath(join(dirname(__file__), '../Script'))
sys.path.append(SCRIPT_DIR) sys.path.append(SCRIPT_DIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment