Mercurial > libervia-backend
comparison frontends/src/wix/param.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 |
---|---|
23 | 23 |
24 import wx | 24 import wx |
25 import pdb | 25 import pdb |
26 from xml.dom import minidom | 26 from xml.dom import minidom |
27 from logging import debug, info, error | 27 from logging import debug, info, error |
28 from tools.jid import JID | 28 from sat.tools.jid import JID |
29 | 29 |
30 | 30 |
31 class Param(wx.Frame): | 31 class Param(wx.Frame): |
32 def __init__(self, host, title=_("Configuration")): | 32 def __init__(self, host, title=_("Configuration")): |
33 super(Param, self).__init__(None, title=title) | 33 super(Param, self).__init__(None, title=title) |