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