diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-06 12:05:26 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-06 12:05:26 +0100 |
commit | 392785e31a47adec0550bfeb51666fe92503f22d (patch) | |
tree | 8b87cc530c26f92c2cccebf67c857370e53687ef /pyLoadCore.py | |
parent | webif dlc upload fix (diff) | |
download | pyload-392785e31a47adec0550bfeb51666fe92503f22d.tar.xz |
some fixes
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index d9c451002..1de5e20eb 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -298,7 +298,6 @@ class Core(object): self.check_install("Crypto", _("pycrypto to decode container files")) #img = self.check_install("Image", _("Python Image Libary (PIL) for captcha reading")) #self.check_install("pycurl", _("pycurl to download any files"), True, True) - self.check_install("django", _("Django for webinterface")) self.check_file("tmp", _("folder for temporary files"), True) #tesser = self.check_install("tesseract", _("tesseract for captcha reading"), False) if os.name != "nt" else True |