X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetNodeGroups.py;h=d5cb8eb777d6f2cfa451e6e6f163dbdb2385b1ee;hb=b2b1bed64f7427ec6a84fbb28250cba8f922c462;hp=707a95273a8476dd18f13164fcb30dfed0402ff7;hpb=77e4f177dfee85705c36298c3230b2e4a3e73467;p=plcapi.git diff --git a/PLC/Methods/GetNodeGroups.py b/PLC/Methods/GetNodeGroups.py index 707a952..d5cb8eb 100644 --- a/PLC/Methods/GetNodeGroups.py +++ b/PLC/Methods/GetNodeGroups.py @@ -1,4 +1,5 @@ # $Id$ +# $URL$ from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed @@ -26,6 +27,6 @@ class GetNodeGroups(Method): ] returns = [NodeGroup.fields] - + def call(self, auth, nodegroup_filter = None, return_fields = None): - return NodeGroups(self.api, nodegroup_filter, return_fields) + return NodeGroups(self.api, nodegroup_filter, return_fields)