====
[plcapi.git] / PLC / Methods / DeleteKey.py
index e4203fc..51c40d4 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -40,7 +38,7 @@ class DeleteKey(Method):
                 raise PLCPermissionDenied, "Key must be associated with your account"
 
         key.delete()
-       
+
         # Logging variables
         self.event_objects = {'Key': [key['key_id']]}
         self.message = 'Key %d deleted' % key['key_id']