comparison frontends/src/quick_frontend/quick_app.py @ 225:fd9b7834d98a

distutils installation script, draft
author Goffi <goffi@goffi.org>
date Wed, 05 Jan 2011 01:56:36 +0100
parents 86d249b6d9b7
children b1794cbb88e5
comparison
equal deleted inserted replaced
224:9c6ee3f9ab29 225:fd9b7834d98a
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 from logging import debug, info, error 22 from logging import debug, info, error
23 from tools.jid import JID 23 from sat.tools.jid import JID
24 from sat_bridge_frontend.DBus import DBusBridgeFrontend,BridgeExceptionNoService 24 from sat_frontends.bridge.DBus import DBusBridgeFrontend,BridgeExceptionNoService
25 from optparse import OptionParser 25 from optparse import OptionParser
26 import pdb 26 import pdb
27 27
28 import gettext 28 import gettext
29 gettext.install('sat_frontend', "../i18n", unicode=True) 29 gettext.install('sat_frontend', "../i18n", unicode=True)