svn keywords
[plcapi.git] / PLC / Methods / SliceNodesAdd.py
index e99ee52..ef3f287 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)