diff options
Diffstat (limited to 'module/ThreadManager.py')
-rw-r--r-- | module/ThreadManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ThreadManager.py b/module/ThreadManager.py index 70ac1c787..93ac8e78b 100644 --- a/module/ThreadManager.py +++ b/module/ThreadManager.py @@ -18,7 +18,7 @@ @author: RaNaN """ -from os.path import exists +from os.path import exists, join import re from subprocess import Popen from threading import Event |