X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetTagTypes.py;h=a1173956c58c666fc6b66cc2293a7a4e70583507;hb=475ee53aaaa011ba14a34af34d3340257d6f9d59;hp=9f1d0d69aaa49413a3ec2859d74ff6b01e5e3069;hpb=77e4f177dfee85705c36298c3230b2e4a3e73467;p=plcapi.git diff --git a/PLC/Methods/GetTagTypes.py b/PLC/Methods/GetTagTypes.py index 9f1d0d6..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) ]