comparison frontends/src/wix/wix @ 628:42ee0b0b0a15

wix: fixed application quitting (fix bug 25)
author Goffi <goffi@goffi.org>
date Sun, 23 Jun 2013 01:42:12 +0200
parents 84a6e83157c2
children 5a6354ff468c
comparison
equal deleted inserted replaced
627:d207c2186519 628:42ee0b0b0a15
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 20
21 import wx 21 import wx
22 from sat_frontends.bridge.DBus import DBusBridgeFrontend 22 from sat_frontends.bridge.DBus import DBusBridgeFrontend
23 import pdb
24 import logging 23 import logging
25 from logging import debug, info, error 24 from logging import debug, info, error
26 from sat_frontends.wix.main_window import MainWindow 25 from sat_frontends.wix.main_window import MainWindow
27 26
28 ### logging configuration FIXME: put this elsewhere ### 27 ### logging configuration FIXME: put this elsewhere ###