Mercurial > libervia-backend
comparison frontends/src/wix/main_window.py @ 227:533507bb4e32
distutils wix installation
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 05 Jan 2011 18:46:26 +0100 |
parents | fd9b7834d98a |
children | b1794cbb88e5 |
comparison
equal
deleted
inserted
replaced
226:d8bb72f00eec | 227:533507bb4e32 |
---|---|
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 | 22 |
23 from quick_frontend.quick_chat_list import QuickChatList | 23 from sat_frontends.quick_frontend.quick_chat_list import QuickChatList |
24 from quick_frontend.quick_app import QuickApp | 24 from sat_frontends.quick_frontend.quick_app import QuickApp |
25 from quick_frontend.quick_contact_management import QuickContactManagement | 25 from sat_frontends.quick_frontend.quick_contact_management import QuickContactManagement |
26 import wx | 26 import wx |
27 from contact_list import ContactList | 27 from sat_frontends.wix.contact_list import ContactList |
28 from chat import Chat | 28 from sat_frontends.wix.chat import Chat |
29 from param import Param | 29 from sat_frontends.wix.param import Param |
30 from xmlui import XMLUI | 30 from sat_frontends.wix.xmlui import XMLUI |
31 from gateways import GatewaysManager | 31 from sat_frontends.wix.gateways import GatewaysManager |
32 from profile import Profile | 32 from sat_frontends.wix.profile import Profile |
33 from profile_manager import ProfileManager | 33 from sat_frontends.wix.profile_manager import ProfileManager |
34 import gobject | 34 import gobject |
35 import os.path | 35 import os.path |
36 import pdb | 36 import pdb |
37 from sat.tools.jid import JID | 37 from sat.tools.jid import JID |
38 from logging import debug, info, warning, error | 38 from logging import debug, info, warning, error |
39 import constants | 39 import sat_frontends.wix.constants |
40 | 40 |
41 idCONNECT,\ | 41 idCONNECT,\ |
42 idDISCONNECT,\ | 42 idDISCONNECT,\ |
43 idEXIT,\ | 43 idEXIT,\ |
44 idABOUT,\ | 44 idABOUT,\ |