just autopep8'ed refreshpeer
[plcapi.git] / PLC / Methods / GetTagTypes.py
index 9008699..a117395 100644 (file)
@@ -1,10 +1,6 @@
-# $Id$
-# $URL$
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision: 9423 $
-#
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Filter import Filter
@@ -25,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)
         ]