From b0319edf7f865180c63b0c3d0401325bfa776269 Mon Sep 17 00:00:00 2001 From: hernani Date: Mon, 10 May 2010 13:38:28 +0000 Subject: [PATCH] The open id experiments where commited by mistake, and now they were causing errors. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@189 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum_modules/openidauth/consumer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/forum_modules/openidauth/consumer.py b/forum_modules/openidauth/consumer.py index 7ff4815..1702390 100644 --- a/forum_modules/openidauth/consumer.py +++ b/forum_modules/openidauth/consumer.py @@ -107,9 +107,9 @@ class OpenIdAbstractAuthConsumer(AuthenticationConsumer): for n, s in axargs.items() if s in ax_schema2data_type ]) - available_data = dict([ - (t, axargs["value.%s.1" % s]) for t, s in available_types.items() - ]) + #available_data = dict([ + # (t, axargs["value.%s.1" % s]) for t, s in available_types.items() + #]) #print available_data -- 2.39.5