summaryrefslogtreecommitdiffstats
path: root/module/PyFile.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-06-11 20:57:48 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-06-11 20:57:48 +0200
commit88185ee505aab68a7352ee0bb414ee5e8cf19ccf (patch)
tree5185c3dbdfa04a2ed1134a7766c58c641cc9f410 /module/PyFile.py
parentrevert unintentional changes (diff)
downloadpyload-88185ee505aab68a7352ee0bb414ee5e8cf19ccf.tar.xz
comment out filemanager
Diffstat (limited to 'module/PyFile.py')
-rw-r--r--module/PyFile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/PyFile.py b/module/PyFile.py
index 02d34e33b..106d601cc 100644
--- a/module/PyFile.py
+++ b/module/PyFile.py
@@ -118,6 +118,7 @@ class PyFile(object):
self.plugin.clean()
del self.plugin
if hasattr(self.progress, "notify"):
+ del self.progress.notify
self.progress.notify = None
self.m.releaseLink(self.id)