- added logging variable 'object_type'
[plcapi.git] / PLC / Methods / AdmGetNodeGroups.py
1 from PLC.Methods.GetNodeGroups import GetNodeGroups
2
3 class AdmGetNodeGroups(GetNodeGroups):
4     """
5     Deprecated. See GetNodeGroups.
6     """
7
8     status = "deprecated"