- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / AddKeyType.py
index 83ec584..b3690a8 100644 (file)
@@ -20,8 +20,6 @@ class AddKeyType(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Add'
-    object_type = 'KeyType'
 
     def call(self, auth, name):
         key_type = KeyType(self.api)