X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetNodeGroups.py;h=478eb9953378b50006526b3585fc6d1a8fe28723;hb=ff285db7f4d68b189126a3368ead1e927a141e4b;hp=38d06180cb4c0f791efa8c68a8105b421cd06ed6;hpb=8e199f468aaf48ac1dad3090c149711f38aa6c38;p=plcapi.git diff --git a/PLC/Methods/GetNodeGroups.py b/PLC/Methods/GetNodeGroups.py index 38d0618..478eb99 100644 --- a/PLC/Methods/GetNodeGroups.py +++ b/PLC/Methods/GetNodeGroups.py @@ -25,8 +25,6 @@ class GetNodeGroups(Method): ] returns = [NodeGroup.fields] - event_type = 'Get' - object_type = 'NodeGroup' def call(self, auth, nodegroup_filter = None, return_fields = None): return NodeGroups(self.api, nodegroup_filter, return_fields)