Branch 5.0 for module PLCAPI created from tag PLCAPI-4.2-8
[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)