diff options
author | 2014-11-20 02:32:36 +0100 | |
---|---|---|
committer | 2014-11-20 02:32:36 +0100 | |
commit | 6acbca30b0de51462b1a486c83d936c0c4f5d94e (patch) | |
tree | bb6aae47aca0294302b33be816bef3e30d397add /pyload/database/DatabaseBackend.py | |
parent | [Addon] Periodical default to off (diff) | |
download | pyload-6acbca30b0de51462b1a486c83d936c0c4f5d94e.tar.xz |
Import threading instead thread + thread cleanup
Diffstat (limited to 'pyload/database/DatabaseBackend.py')
-rw-r--r-- | pyload/database/DatabaseBackend.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/database/DatabaseBackend.py b/pyload/database/DatabaseBackend.py index 9ebe31701..b25a3c32e 100644 --- a/pyload/database/DatabaseBackend.py +++ b/pyload/database/DatabaseBackend.py @@ -15,8 +15,7 @@ @author: RaNaN @author: mkaay """ -from threading import Thread -from threading import Event +from threading import Event, Thread from os import remove from os.path import exists from shutil import move |