This commit was manufactured by cvs2svn to create branch
[plcapi.git] / PLC / Methods / DeleteSliceAttributeType.py
index 37a7065..922b6ac 100644 (file)
@@ -21,8 +21,6 @@ class DeleteSliceAttributeType(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Delete'
-    object_type = 'SliceAttributeType'
 
     def call(self, auth, attribute_type_id_or_name):
         attribute_types = SliceAttributeTypes(self.api, [attribute_type_id_or_name])