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