svn keywords
[plcapi.git] / PLC / Methods / DeleteSliceInstantiation.py
index d6b4091..9438ee3 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -22,8 +24,6 @@ class DeleteSliceInstantiation(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Delete' 
-    object_type = 'SliceInstantiation'
 
     def call(self, auth, instantiation):
         slice_instantiations = SliceInstantiations(self.api, [instantiation])