- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / SliceNodesDel.py
index 0650922..662b831 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -24,7 +26,6 @@ class SliceNodesDel(DeleteSliceFromNodes):
 
     returns = Parameter(int, '1 if successful')
 
-
     def call(self, auth, slice_name, nodes_list):
 
-       return DeleteSliceFromNodes.call(self, auth, slice_name, nodes_list)
+        return DeleteSliceFromNodes.call(self, auth, slice_name, nodes_list)