Merge commit 'origin/master'
[plcapi.git] / PLC / Methods / SliceNodesAdd.py
index e99ee52..1043524 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -24,9 +26,6 @@ class SliceNodesAdd(AddSliceToNodes):
 
     returns = Parameter(int, '1 if successful')
 
-    object_type = 'Node'
-
-
     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)