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