get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / DeleteTagType.py
index cc0ea8a..d5d57c9 100644 (file)
@@ -1,9 +1,6 @@
-# $Id$
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 9423 $
-#
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -35,6 +32,6 @@ class DeleteTagType(Method):
         tag_type = tag_types[0]
 
         tag_type.delete()
-       self.object_ids = [tag_type['tag_type_id']]
+        self.object_ids = [tag_type['tag_type_id']]
 
         return 1