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