get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / DeleteKeyType.py
index 95d3bea..34d4339 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -23,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: