From c48e3e1a135f3ed27012ad265225f4d4c893d9db Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Wed, 14 Jul 2010 23:32:53 +0200 Subject: [PATCH] [entropy.services.ugc] python ssl module socket object doesn't have the issuer() method --- libraries/entropy/services/ugc/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropy/services/ugc/interfaces.py b/libraries/entropy/services/ugc/interfaces.py index 6d69e4399..dcaf576e7 100644 --- a/libraries/entropy/services/ugc/interfaces.py +++ b/libraries/entropy/services/ugc/interfaces.py @@ -2243,7 +2243,7 @@ class Client: brown(str(self.hostname)), bold(str(self.hostport)), blue(mytxt), - self.sock_conn.issuer() + self.sock_conn, ), importance = 1, level = "warning",