Mercurial > libervia-backend
comparison frontends/src/primitivus/xmlui.py @ 225:fd9b7834d98a
distutils installation script, draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 05 Jan 2011 01:56:36 +0100 |
parents | 86d249b6d9b7 |
children | b1794cbb88e5 |
comparison
equal
deleted
inserted
replaced
224:9c6ee3f9ab29 | 225:fd9b7834d98a |
---|---|
18 You should have received a copy of the GNU General Public License | 18 You should have received a copy of the GNU General Public License |
19 along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 along with this program. If not, see <http://www.gnu.org/licenses/>. |
20 """ | 20 """ |
21 | 21 |
22 import urwid | 22 import urwid |
23 from urwid_satext import sat_widgets | |
23 from logging import debug, info, warning, error | 24 from logging import debug, info, warning, error |
24 from urwid_satext import sat_widgets | |
25 from xml.dom import minidom | 25 from xml.dom import minidom |
26 | 26 |
27 class Pairs(urwid.WidgetWrap): | 27 class Pairs(urwid.WidgetWrap): |
28 | 28 |
29 def __init__(self, weight_0='1', weight_1='1'): | 29 def __init__(self, weight_0='1', weight_1='1'): |