Lines 1-5
Link Here
|
1 |
--- SABnzbd.py.orig 2011-09-10 05:04:42.000000000 -0400 |
1 |
--- SABnzbd.py.orig 2011-12-14 11:47:28.584883016 -0500 |
2 |
+++ SABnzbd.py 2011-09-14 23:17:08.387342710 -0400 |
2 |
+++ SABnzbd.py 2011-12-14 11:49:08.861713731 -0500 |
3 |
@@ -40,6 +40,9 @@ |
3 |
@@ -40,6 +40,9 @@ |
4 |
print "The Python module Cheetah is required" |
4 |
print "The Python module Cheetah is required" |
5 |
sys.exit(1) |
5 |
sys.exit(1) |
Lines 10-16
Link Here
|
10 |
import cherrypy |
10 |
import cherrypy |
11 |
if not cherrypy.__version__.startswith("3.2"): |
11 |
if not cherrypy.__version__.startswith("3.2"): |
12 |
print "Sorry, requires Python module Cherrypy 3.2 (use the included version)" |
12 |
print "Sorry, requires Python module Cherrypy 3.2 (use the included version)" |
13 |
@@ -932,7 +935,7 @@ |
13 |
@@ -962,7 +965,7 @@ |
14 |
|
14 |
|
15 |
sabnzbd.MY_FULLNAME = os.path.normpath(os.path.abspath(sabnzbd.MY_FULLNAME)) |
15 |
sabnzbd.MY_FULLNAME = os.path.normpath(os.path.abspath(sabnzbd.MY_FULLNAME)) |
16 |
sabnzbd.MY_NAME = os.path.basename(sabnzbd.MY_FULLNAME) |
16 |
sabnzbd.MY_NAME = os.path.basename(sabnzbd.MY_FULLNAME) |