get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / SliceNodesAdd.py
index ac31055..0eab37c 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -27,4 +26,4 @@ class SliceNodesAdd(AddSliceToNodes):
 
     def call(self, auth, slice_name, nodes_list):
 
-       return AddSliceToNodes.call(self, auth, slice_name, nodes_list)
+        return AddSliceToNodes.call(self, auth, slice_name, nodes_list)