svn keywords
[plcapi.git] / PLC / Methods / AddSliceInstantiation.py
index 545424e..2a4262f 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -20,8 +22,6 @@ class AddSliceInstantiation(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Add'
-    object_type = 'SliceInstantiation'
 
     def call(self, auth, name):
         slice_instantiation = SliceInstantiation(self.api)