get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / GetNodeGroups.py
index 6428f80..d4d9aa1 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -27,6 +25,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)