From b73f74470b8eee093a00823eaa7083884ae0f5c6 Mon Sep 17 00:00:00 2001 From: ShyPike Date: Sun, 10 Jul 2011 12:16:35 +0200 Subject: [PATCH] Fix error message about missing Cheetah. --- SABnzbd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SABnzbd.py b/SABnzbd.py index 7c8557a..93bdae4 100755 --- a/SABnzbd.py +++ b/SABnzbd.py @@ -37,7 +37,7 @@ except ValueError: print "Sorry, requires Python module Cheetah 2.0rc7 or higher." sys.exit(1) except: - print "The following modules need to be installed: Cheetah, cherrypy(included, unpack the zip)" + print "The Python module Cheetah is required" sys.exit(1) import cherrypy