Mercurial > libervia-backend
comparison src/tools/xml_tools.py @ 588:beaf6bec2fcd
Remove every old-style class.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 18 Jan 2013 17:55:35 +0100 |
parents | 952322b1d490 |
children | 56531f9e9ac7 |
comparison
equal
deleted
inserted
replaced
587:952322b1d490 | 588:beaf6bec2fcd |
---|---|
105 return param_ui.toXml() | 105 return param_ui.toXml() |
106 | 106 |
107 | 107 |
108 | 108 |
109 | 109 |
110 class XMLUI: | 110 class XMLUI(object): |
111 """This class is used to create a user interface (form/window/parameters/etc) using SàT XML""" | 111 """This class is used to create a user interface (form/window/parameters/etc) using SàT XML""" |
112 | 112 |
113 def __init__(self, panel_type, layout="vertical", title=None): | 113 def __init__(self, panel_type, layout="vertical", title=None): |
114 """Init SàT XML Panel | 114 """Init SàT XML Panel |
115 @param panel_type: one of | 115 @param panel_type: one of |