Merge remote-tracking branch 'origin/pycurl' into planetlab-4_0-branch
[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)