summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
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()