Mercurial > libervia-backend
comparison frontends/primitivus/profile_manager.py @ 128:2240f34f6452
Primitivus: misc fixes + menubar first draft
- Menu bar: first draft of class
- Password widget fixed
- change some str to unicode, notably for JID
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 13 Jul 2010 02:24:59 +0800 |
parents | ded2431cea5a |
children | ec6611445a5b |
comparison
equal
deleted
inserted
replaced
127:55d3ef84f01f | 128:2240f34f6452 |
---|---|
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 custom_widgets import Password,List,InputDialog,ConfirmDialog,Alert,FocusFrame | 23 from custom_widgets import Password,List,InputDialog,ConfirmDialog,Alert,FocusFrame |
24 from tools.jid import JID | |
24 | 25 |
25 | 26 |
26 class ProfileManager(urwid.WidgetWrap): | 27 class ProfileManager(urwid.WidgetWrap): |
27 | 28 |
28 def __init__(self, host): | 29 def __init__(self, host): |