Techs can view slices that are running on nodes at their site
[plcapi.git] / PLC / Methods / GetNodeGroups.py
index 707a952..d5cb8eb 100644 (file)
@@ -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)