b223e1e171b3a4f12fc3b37e5f60024345148975
[plcapi.git] / PLC / Methods / AnonAdmGetNodeGroups.py
1 from PLC.Methods.GetNodeGroups import GetNodeGroups
2  
3 class AnonAdmGetNodeGroups(GetNodeGroups):
4     """
5     Deprecated. See GetNodeGroups. All fields are now always returned
6     """
7     
8     status = "deprecated"
9
10     def call(self, auth, nodegroup_id_or_name_list =  None, return_fields = None):
11         return GetNodeGroups.call(self, auth, nodegroup_id_or_name_list)