/[smecontribs]/rpms/plague/contribs8/plague-0.4.4.1-authed.patch
ViewVC logotype

Contents of /rpms/plague/contribs8/plague-0.4.4.1-authed.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Mar 27 16:07:38 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: plague-0_4_4_1-10_el5_sme
Import on branch contribs8 of package plague-0.4.4.1-10.el5.sme.src.rpm

1 diff -Nur plague-0.4.4.1-orig/common/AuthedXMLRPCServer.py plague-0.4.4.1/common/AuthedXMLRPCServer.py
2 --- plague-0.4.4.1-orig/common/AuthedXMLRPCServer.py 2006-02-26 18:07:43.000000000 +0100
3 +++ plague-0.4.4.1/common/AuthedXMLRPCServer.py 2007-09-19 03:01:00.000000000 +0200
4 @@ -74,7 +74,9 @@
5 self.logRequests = 0
6 self.authinfo_callback = authinfo_callback
7
8 - if sys.version_info[:3] > (2, 2, 3):
9 + if sys.version_info[:3] >= (2, 5, 0):
10 + SimpleXMLRPCServer.SimpleXMLRPCDispatcher.__init__(self,False,None)
11 + elif sys.version_info[:3] > (2, 2, 3):
12 SimpleXMLRPCServer.SimpleXMLRPCDispatcher.__init__(self)
13 else:
14 self.funcs = {}

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed