From d050a96342627db76dc5ac9af951c948de2fc075 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 9 Aug 2010 19:33:40 +0200 Subject: removed gocr dependency --- pyLoadCore.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 2bc2a946e..644ccf925 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -182,11 +182,10 @@ class Core(object): #@TODO refractor self.check_install("Crypto", _("pycrypto to decode container files")) - self.check_install("Image", _("Python Image Libary (PIL) for captha reading")) + 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_install("tesseract", _("tesseract for captcha reading"), False) - self.check_install("gocr", _("gocr for captcha reading"), False) self.check_file(self.config['general']['download_folder'], _("folder for downloads"), True) -- cgit v1.2.3