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