X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FDeleteKeyType.py;h=843c7fe01bcf59576c7d69b07894fe47ba9e08ef;hb=2c4cbe5fb2105d0fc1a3661905bfc2fbee20f0e0;hp=2554cb030a2b50b76b1457805aa68639b7c70dff;hpb=3f30de17c58880c0f6f1d64ea573c3fe56e32a38;p=plcapi.git diff --git a/PLC/Methods/DeleteKeyType.py b/PLC/Methods/DeleteKeyType.py index 2554cb0..843c7fe 100644 --- a/PLC/Methods/DeleteKeyType.py +++ b/PLC/Methods/DeleteKeyType.py @@ -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])