diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-13 13:53:55 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-13 13:53:55 +0200 |
commit | 1ee1292deed62c4acc7e648735bf9c90c4a1410c (patch) | |
tree | 333ff8d74c94ef06a0c73c34ae0816c7f3217cea /module/ThreadManager.py | |
parent | unrar fix, removed recaptcha debug (diff) | |
download | pyload-1ee1292deed62c4acc7e648735bf9c90c4a1410c.tar.xz |
import fix
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 |