X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetTagTypes.py;h=a1173956c58c666fc6b66cc2293a7a4e70583507;hb=fa30ab2d1e1b9e35b1852bfb775620fb8e517496;hp=21c644615a099b88bb3209f993476e04664fc5d0;hpb=286cdfc25f6ef8fd3e0ed59a175bcf801b14038a;p=plcapi.git diff --git a/PLC/Methods/GetTagTypes.py b/PLC/Methods/GetTagTypes.py index 21c6446..a117395 100644 --- a/PLC/Methods/GetTagTypes.py +++ b/PLC/Methods/GetTagTypes.py @@ -1,9 +1,6 @@ -# $Id# # # Thierry Parmentelat - INRIA # -# $Revision: 9423 $ -# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter @@ -24,6 +21,8 @@ class GetTagTypes(Method): Auth(), Mixed([Mixed(TagType.fields['tag_type_id'], TagType.fields['tagname'])], + Mixed(TagType.fields['tag_type_id'], + TagType.fields['tagname']), Filter(TagType.fields)), Parameter([str], "List of fields to return", nullok = True) ]