- fixed call() params. now includes self
authorTony Mack <tmack@cs.princeton.edu>
Mon, 12 Feb 2007 19:57:49 +0000 (19:57 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 12 Feb 2007 19:57:49 +0000 (19:57 +0000)
PLC/Methods/AdmGetPersonKeys.py

index ab39d07..946230a 100644 (file)
@@ -25,7 +25,7 @@ class AdmGetPersonKeys(GetKeys):
 
     returns = [Key.fields]
 
-    def call(auth, person_id_or_email):
+    def call(self, auth, person_id_or_email):
         # Get account information
         persons = Persons(self.api, [person_id_or_email])
         if not persons: