From: Tony Mack Date: Mon, 23 Aug 2010 18:54:57 +0000 (+0000) Subject: there should be no self argument in filter_creds_by_caller() argument X-Git-Tag: sfa-1.0-0~23 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=2fc5f247962b10b70fc59166ce2c097277cd8ebd;p=sfa.git there should be no self argument in filter_creds_by_caller() argument --- diff --git a/sfa/trust/credential.py b/sfa/trust/credential.py index de5fbae1..286894cb 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -171,7 +171,7 @@ class Signature(object): # not be changed else the signature is no longer valid. So, once # you have loaded an existing signed credential, do not call encode() or sign() on it. -def filter_creds_by_caller(self, creds, caller_hrn): +def filter_creds_by_caller(creds, caller_hrn): """ Returns a list of creds who's gid caller matches the specified caller hrn