Create a function used to build che command line according
[plcapi.git] / PLC / Methods / DeleteKeyType.py
index 2554cb0..843c7fe 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -22,8 +23,6 @@ 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])