diff frontends/src/wix/wix @ 227:533507bb4e32

distutils wix installation
author Goffi <goffi@goffi.org>
date Wed, 05 Jan 2011 18:46:26 +0100
parents 86d249b6d9b7
children b1794cbb88e5
line wrap: on
line diff
--- a/frontends/src/wix/wix	Wed Jan 05 02:39:35 2011 +0100
+++ b/frontends/src/wix/wix	Wed Jan 05 18:46:26 2011 +0100
@@ -21,11 +21,11 @@
 
 
 import wx
-from sat_bridge_frontend.DBus import DBusBridgeFrontend
+from sat_frontends.bridge.DBus import DBusBridgeFrontend
 import pdb
 import logging
 from logging import debug, info, error
-from main_window import MainWindow 
+from sat_frontends.wix.main_window import MainWindow 
 
 ### logging configuration FIXME: put this elsewhere ###
 logging.basicConfig(level=logging.DEBUG,