summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-21 21:55:27 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-21 21:55:27 +0100
commit7ad527d925f45c533a53a871dc18c294624d0b5f (patch)
tree0f6a91bfb4625b9132ff43b7de5b0d2af1231008 /pyLoadCore.py
parentFreenode Verification: freenodeX45dmg.ver (diff)
downloadpyload-7ad527d925f45c533a53a871dc18c294624d0b5f.tar.xz
partial integrated new dl backend (completly unusable atm)
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
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()