This commit was manufactured by cvs2svn to create branch
[plcapi.git] / PLC / Methods / AdmUpdatePerson.py
1 from PLC.Methods.UpdatePerson import UpdatePerson
2
3 class AdmUpdatePerson(UpdatePerson):
4     """
5     Deprecated. See UpdatePerson.
6     """
7
8     status = "deprecated"