comparison frontends/primitivus/profile_manager.py @ 222:3198bfd66daa

primitivus: refactoring to use urwid-satext which is now a separate project
author Goffi <goffi@goffi.org>
date Tue, 28 Dec 2010 23:10:13 +0100
parents b4dfe15c0b25
children
comparison
equal deleted inserted replaced
221:96186f36d8cb 222:3198bfd66daa
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 custom_widgets import Password,List,InputDialog,ConfirmDialog,Alert,FocusFrame 23 from urwid_satext.sat_widgets import Password,List,InputDialog,ConfirmDialog,Alert,FocusFrame
24 from tools.jid import JID 24 from tools.jid import JID
25 25
26 26
27 class ProfileManager(urwid.WidgetWrap): 27 class ProfileManager(urwid.WidgetWrap):
28 28