X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FNodeTags.py;h=7f69e3259663a51e8204ab8ed46fe81c1f385ab9;hb=19d4a01ccf66af9e00914351b3eacd5fc880f988;hp=9e29192ac6d06844d01f91af2dda73a59e51f13c;hpb=00b458601d8f318b617b43d11cb4fdb93e89967c;p=plcapi.git diff --git a/PLC/NodeTags.py b/PLC/NodeTags.py index 9e29192a..7f69e325 100644 --- a/PLC/NodeTags.py +++ b/PLC/NodeTags.py @@ -1,5 +1,3 @@ -# $Id$ -# $URL$ # # Thierry Parmentelat - INRIA # @@ -27,7 +25,6 @@ class NodeTag(Row): 'tagname': TagType.fields['tagname'], 'description': TagType.fields['description'], 'category': TagType.fields['category'], - 'min_role_id': TagType.fields['min_role_id'], } class NodeTags(Table):