Merge remote-tracking branch 'origin/pycurl' into planetlab-4_0-branch
[plcapi.git] / trunk / PLC / Methods / AdmGetPersons.py
1 from PLC.Methods.GetPersons import GetPersons
2
3 class AdmGetPersons(GetPersons):
4     """
5     Deprecated. See GetPersons.
6     """
7
8     status = "deprecated"
9
10     def call(self, auth, person_id_or_email_list = None, return_fields = None):
11         return GetPersons.call(self, auth, person_id_or_email_list)