get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / DeleteKeyType.py
index 2554cb0..34d4339 100644 (file)
@@ -21,10 +21,8 @@ class DeleteKeyType(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
-    
-    event_type = 'Delete'
-    object_type = 'KeyType'
-    
+
+
     def call(self, auth, name):
         key_types = KeyTypes(self.api, [name])
         if not key_types: