diff sat/tools/xml_tools.py @ 2737:5c2ed8a5ae22

frontends (XMLUI): TabsContainer can now be the main container (Primitivus keep the old behaviour and always use VerticalContainer as main container)
author Goffi <goffi@goffi.org>
date Wed, 02 Jan 2019 18:32:16 +0100
parents c274201cea94
children 1797671827b9
line wrap: on
line diff
--- a/sat/tools/xml_tools.py	Wed Jan 02 18:28:30 2019 +0100
+++ b/sat/tools/xml_tools.py	Wed Jan 02 18:32:16 2019 +0100
@@ -693,10 +693,12 @@
 
 
 class PairsContainer(Container):
+    """Container with series of 2 elements"""
     type = "pairs"
 
 
 class LabelContainer(Container):
+    """Like PairsContainer, but first element can only be a label"""
     type = "label"