comparison frontends/src/wix/profile.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
20 """ 20 """
21 21
22 import wx 22 import wx
23 import pdb 23 import pdb
24 from logging import debug, info, error 24 from logging import debug, info, error
25 from tools.jid import JID 25 from sat.tools.jid import JID
26 26
27 27
28 class Profile(wx.Frame): 28 class Profile(wx.Frame):
29 """This class is used to show/modify profile given by SàT""" 29 """This class is used to show/modify profile given by SàT"""
30 30