- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / AddConfFile.py
index 1e04d8d..5cc0828 100644 (file)
@@ -26,8 +26,6 @@ class AddConfFile(Method):
 
     returns = Parameter(int, 'New conf_file_id (> 0) if successful')
 
-    event_type = 'Add'
-    object_type = 'ConfFile'
 
     def call(self, auth, conf_file_fields):
         conf_file_fields = dict(filter(can_update, conf_file_fields.items()))