diff 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
line wrap: on
line diff
--- a/frontends/src/wix/main_window.py	Wed Jan 05 02:39:35 2011 +0100
+++ b/frontends/src/wix/main_window.py	Wed Jan 05 18:46:26 2011 +0100
@@ -20,23 +20,23 @@
 """
 
 
-from quick_frontend.quick_chat_list import QuickChatList
-from quick_frontend.quick_app import QuickApp
-from quick_frontend.quick_contact_management import QuickContactManagement
+from sat_frontends.quick_frontend.quick_chat_list import QuickChatList
+from sat_frontends.quick_frontend.quick_app import QuickApp
+from sat_frontends.quick_frontend.quick_contact_management import QuickContactManagement
 import wx
-from contact_list import ContactList
-from chat import Chat
-from param import Param
-from xmlui import XMLUI
-from gateways import GatewaysManager
-from profile import Profile
-from profile_manager import ProfileManager
+from sat_frontends.wix.contact_list import ContactList
+from sat_frontends.wix.chat import Chat
+from sat_frontends.wix.param import Param
+from sat_frontends.wix.xmlui import XMLUI
+from sat_frontends.wix.gateways import GatewaysManager
+from sat_frontends.wix.profile import Profile
+from sat_frontends.wix.profile_manager import ProfileManager
 import gobject
 import os.path
 import pdb
 from sat.tools.jid  import JID
 from logging import debug, info, warning, error
-import constants
+import sat_frontends.wix.constants
 
 idCONNECT,\
 idDISCONNECT,\