[Pkg-debile-commits] [debile-master] 89/126: Backport to old class python style

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:56:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch scan-build-html
in repository debile-master.

commit 2bb7e2e584d9e284d597651aac692993123cac40
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Jul 6 02:41:33 2013 +0200

    Backport to old class python style
---
 lucy/server.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucy/server.py b/lucy/server.py
index d7fb714..d44cea7 100644
--- a/lucy/server.py
+++ b/lucy/server.py
@@ -232,7 +232,7 @@ class LucyAuthMixIn(SimpleXMLRPCRequestHandler):
         return False
 
     def parse_request(self, *args):
-        if super(LucyAuthMixIn, self).parse_request(*args):
+        if SimpleXMLRPCRequestHandler.parse_request(self, *args):
             if self.authenticate():
                 return True
             else:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git



More information about the Pkg-debile-commits mailing list