From: Josh Karlin Date: Wed, 9 Jun 2010 15:40:39 +0000 (+0000) Subject: small change to GetVersion X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=c7d065b2eb70d6ba7fb814d3972366da891fa7c2;p=sfa.git small change to GetVersion --- diff --git a/sfa/managers/geni_am_pl.py b/sfa/managers/geni_am_pl.py index 1637d0b3..de7d27a5 100644 --- a/sfa/managers/geni_am_pl.py +++ b/sfa/managers/geni_am_pl.py @@ -16,7 +16,6 @@ from lxml import etree def GetVersion(): version = {} version['geni_api'] = 1 - version['geni_stitching'] = False return version diff --git a/sfa/methods/get_gid.py b/sfa/methods/get_gid.py index 6972a5ac..bda382c1 100644 --- a/sfa/methods/get_gid.py +++ b/sfa/methods/get_gid.py @@ -51,6 +51,6 @@ class get_gid(Method): certificate = Certificate(string=cert) if not certificate.is_pubkey(gid.get_pubkey()): raise ConnectionKeyGIDMismatch(gid.get_subject()) - + return record['gid']