From 6d180edbe7115ac1bceef7b2331f73bc0c42365b Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 23 Feb 2010 22:49:36 +0000 Subject: [PATCH] remove unnecessary comments --- sfa/methods/get_gid.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sfa/methods/get_gid.py b/sfa/methods/get_gid.py index 630221d0..6972a5ac 100644 --- a/sfa/methods/get_gid.py +++ b/sfa/methods/get_gid.py @@ -1,10 +1,3 @@ -# * require certificate as an argument -# * lookup gid in db -# * get pubkey from gid -# * if certifacate matches pubkey from gid, return gid, else raise exception -# if not peer.is_pubkey(gid.get_pubkey()): -# raise ConnectionKeyGIDMismatch(gid.get_subject()) - from sfa.util.faults import * from sfa.util.namespace import * from sfa.util.method import Method -- 2.43.0