- fix function spec
authorMark Huang <mlhuang@cs.princeton.edu>
Thu, 7 Sep 2006 23:47:34 +0000 (23:47 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Thu, 7 Sep 2006 23:47:34 +0000 (23:47 +0000)
PLC/Methods/AdmGetAllRoles.py

index 7dc2d15..6a80dd3 100644 (file)
@@ -19,7 +19,7 @@ class AdmGetAllRoles(Method):
     accepts = [PasswordAuth()]
     returns = dict
 
-    def call(self, auth, person_id_or_email_list = None, return_fields = None):
+    def call(self, auth):
         roles = Roles(self.api)
 
         # Just the role_id: name mappings