summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-01-27 14:52:42 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2010-01-27 14:52:42 +0100
commitce184310fd592047d47de24287b20fee00a587cd (patch)
tree47fd92ea6c960d8db206a348427017b8f1f8af21 /pyLoadCore.py
parentBetter Script Support (diff)
downloadpyload-ce184310fd592047d47de24287b20fee00a587cd.tar.xz
moved script support to a new plugin
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 203639c63..7aa38b9b1 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -119,10 +119,6 @@ class Core(object):
self.check_file(self.config['general']['link_file'], _("file for links"))
self.check_file(self.config['general']['failed_file'], _("file for failed links"))
-
- script_folders = ['scripts/download_preparing/', 'scripts/download_finished/', 'scripts/package_finished/', 'scripts/before_reconnect/', 'scripts/after_reconnect/'] # @TODO: yes, replace / with sep
- self.check_file(script_folders, _("folders for scripts"), True)
-
if self.config['ssl']['activated']:
self.check_install("OpenSSL", "OpenSSL for secure connection", True)
self.check_file(self.config['ssl']['cert'], _("ssl certificate"), False, True)