get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / DeleteKeyType.py
index 843c7fe..34d4339 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -22,8 +21,8 @@ class DeleteKeyType(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
-    
-    
+
+
     def call(self, auth, name):
         key_types = KeyTypes(self.api, [name])
         if not key_types: