diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-21 21:55:27 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-21 21:55:27 +0100 |
commit | 7ad527d925f45c533a53a871dc18c294624d0b5f (patch) | |
tree | 0f6a91bfb4625b9132ff43b7de5b0d2af1231008 /pyLoadCore.py | |
parent | Freenode Verification: freenodeX45dmg.ver (diff) | |
download | pyload-7ad527d925f45c533a53a871dc18c294624d0b5f.tar.xz |
partial integrated new dl backend (completly unusable atm)
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 17d5d3b34..805270c59 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -66,7 +66,6 @@ from module.FileDatabase import PyFile from module.Scheduler import Scheduler from module.JsEngine import JsEngine - from codecs import getwriter if os.name == "nt": enc = "cp850" @@ -534,7 +533,6 @@ class Core(object): finally: self.files.syncSave() - self.threadManager.cleanup() self.shuttedDown = True self.deletePidFile() |