get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / AddTagType.py
index 336edb3..6432e05 100644 (file)
@@ -1,11 +1,6 @@
-# $Id$
-# $URL$
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 9423 $
-#
-
 
 from PLC.Faults import *
 from PLC.Method import Method
@@ -14,7 +9,7 @@ from PLC.TagTypes import TagType, TagTypes
 from PLC.Auth import Auth
 
 can_update = lambda (field, value): field in \
-             ['tagname', 'description', 'category', 'min_role_id']
+             ['tagname', 'description', 'category']
 
 class AddTagType(Method):
     """