comparison frontends/src/wix/main_window.py @ 225:fd9b7834d98a

distutils installation script, draft
author Goffi <goffi@goffi.org>
date Wed, 05 Jan 2011 01:56:36 +0100
parents 86d249b6d9b7
children 533507bb4e32
comparison
equal deleted inserted replaced
224:9c6ee3f9ab29 225:fd9b7834d98a
32 from profile import Profile 32 from profile import Profile
33 from profile_manager import ProfileManager 33 from 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 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 constants
40 40
41 idCONNECT,\ 41 idCONNECT,\
42 idDISCONNECT,\ 42 idDISCONNECT,\