- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / AddPCU.py
index 167f3f2..cc9113d 100644 (file)
@@ -34,8 +34,6 @@ class AddPCU(Method):
 
     returns = Parameter(int, 'New pcu_id (> 0) if successful')
     
-    event_type = 'Add'
-    object_type = 'PCU'
 
     def call(self, auth, site_id_or_login_base, pcu_fields):
         pcu_fields = dict(filter(can_update, pcu_fields.items()))