there should be no self argument in filter_creds_by_caller() argument
authorTony Mack <tmack@cs.princeton.edu>
Mon, 23 Aug 2010 18:54:57 +0000 (18:54 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 23 Aug 2010 18:54:57 +0000 (18:54 +0000)
sfa/trust/credential.py

index de5fbae..286894c 100644 (file)
@@ -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