comparison frontends/src/jp/jp @ 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
52 from os.path import abspath, basename, dirname 52 from os.path import abspath, basename, dirname
53 from optparse import OptionParser 53 from optparse import OptionParser
54 import pdb 54 import pdb
55 from tools.jid import JID 55 from tools.jid import JID
56 import gobject 56 import gobject
57 from sat_bridge_frontend.DBus import DBusBridgeFrontend,BridgeExceptionNoService 57 from sat_frontends.bridge.DBus import DBusBridgeFrontend,BridgeExceptionNoService
58 import tarfile 58 import tarfile
59 try: 59 try:
60 from progressbar import ProgressBar, Percentage, Bar, ETA, FileTransferSpeed 60 from progressbar import ProgressBar, Percentage, Bar, ETA, FileTransferSpeed
61 except ImportError, e: 61 except ImportError, e:
62 info (_('ProgressBar not available, please download it at http://pypi.python.org/pypi/progressbar')) 62 info (_('ProgressBar not available, please download it at http://pypi.python.org/pypi/progressbar'))