summaryrefslogtreecommitdiffstats
path: root/module/Py_Load_File.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-05-27 15:06:25 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-05-27 15:06:25 +0200
commitbe06c8376a8543c0cf7c1ef5f115d1dbbb26d08f (patch)
tree9888c763c35de23ec395c54b861e2ac3a23de1bf /module/Py_Load_File.py
parentfixed strange setFossrmatter bug (diff)
downloadpyload-be06c8376a8543c0cf7c1ef5f115d1dbbb26d08f.tar.xz
little fixes
Diffstat (limited to 'module/Py_Load_File.py')
-rw-r--r--module/Py_Load_File.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/Py_Load_File.py b/module/Py_Load_File.py
index ce2a10924..ecfded6fd 100644
--- a/module/Py_Load_File.py
+++ b/module/Py_Load_File.py
@@ -13,7 +13,6 @@ class PyLoadFile:
self.modul = __import__(self._get_my_plugin()) #maybe replace to prepare download
pluginClass = getattr(self.modul, self.modul.__name__)
self.plugin = pluginClass(self)
- self.download_folder = ""
self.status = Status(self)
def _get_my_plugin(self):