diff options
Diffstat (limited to 'news/sabnzbdplus/files/patch-SABnzbd.py')
-rw-r--r-- | news/sabnzbdplus/files/patch-SABnzbd.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/sabnzbdplus/files/patch-SABnzbd.py b/news/sabnzbdplus/files/patch-SABnzbd.py index db2bc6a88893..2fa996b3bc46 100644 --- a/news/sabnzbdplus/files/patch-SABnzbd.py +++ b/news/sabnzbdplus/files/patch-SABnzbd.py @@ -1,5 +1,5 @@ ---- SABnzbd.py.orig 2011-09-10 05:04:42.000000000 -0400 -+++ SABnzbd.py 2011-09-14 23:17:08.387342710 -0400 +--- SABnzbd.py.orig 2011-12-14 11:47:28.584883016 -0500 ++++ SABnzbd.py 2011-12-14 11:49:08.861713731 -0500 @@ -40,6 +40,9 @@ print "The Python module Cheetah is required" sys.exit(1) @@ -10,7 +10,7 @@ import cherrypy if not cherrypy.__version__.startswith("3.2"): print "Sorry, requires Python module Cherrypy 3.2 (use the included version)" -@@ -932,7 +935,7 @@ +@@ -962,7 +965,7 @@ sabnzbd.MY_FULLNAME = os.path.normpath(os.path.abspath(sabnzbd.MY_FULLNAME)) sabnzbd.MY_NAME = os.path.basename(sabnzbd.MY_FULLNAME) |