From: Mark Huang <mlhuang@cs.princeton.edu>
Date: Thu, 7 Sep 2006 23:47:34 +0000 (+0000)
Subject: - fix function spec
X-Git-Tag: pycurl-7_13_1~784
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5a6c9644348b43a2cda0a0bf9b52d737accef06e;p=plcapi.git

- fix function spec
---

diff --git a/PLC/Methods/AdmGetAllRoles.py b/PLC/Methods/AdmGetAllRoles.py
index 7dc2d15e..6a80dd3f 100644
--- a/PLC/Methods/AdmGetAllRoles.py
+++ b/PLC/Methods/AdmGetAllRoles.py
@@ -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