- if the appropriate message template doesn't exist log error and exit without throwi...
[plcapi.git] / PLC / Methods / AdmDeletePerson.py
1 from PLC.Methods.DeletePerson import DeletePerson
2
3 class AdmDeletePerson(DeletePerson):
4     """
5     Deprecated. See DeletePerson.
6     """
7
8     status = "deprecated"