X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FInterfaceTags.py;h=af1deb46af15864b84e49cc6ebb52b5fd99f6d79;hb=36de11f1c6e35ae81eb4774a395f3507cd44feb3;hp=976a54e246c1209bd4a32998473bb863e6e584e5;hpb=00b458601d8f318b617b43d11cb4fdb93e89967c;p=plcapi.git diff --git a/PLC/InterfaceTags.py b/PLC/InterfaceTags.py index 976a54e..af1deb4 100644 --- a/PLC/InterfaceTags.py +++ b/PLC/InterfaceTags.py @@ -1,10 +1,6 @@ -# $Id$ -# $URL$ # # Thierry Parmentelat - INRIA # -# $Revision$ -# from PLC.Faults import * from PLC.Parameter import Parameter from PLC.Filter import Filter @@ -28,7 +24,6 @@ class InterfaceTag(Row): 'tagname': TagType.fields['tagname'], 'description': TagType.fields['description'], 'category': TagType.fields['category'], - 'min_role_id': TagType.fields['min_role_id'], 'value': Parameter(str, "Interface setting value"), ### relations