Mercurial > libervia-backend
diff frontends/src/jp/base.py @ 864:241f6baa6687
frontends: fix typos, do not use logging in the xmlui tools:
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 25 Feb 2014 10:59:05 +0100 |
parents | 300b4de701a6 |
children | 9720d3d0a764 |
line wrap: on
line diff
--- a/frontends/src/jp/base.py Tue Feb 25 02:22:17 2014 +0100 +++ b/frontends/src/jp/base.py Tue Feb 25 10:59:05 2014 +0100 @@ -78,7 +78,7 @@ except exceptions.BridgeExceptionNoService: print(_(u"Can't connect to SàT backend, are you sure it's launched ?")) sys.exit(1) - except excpetions.BridgeInitError: + except exceptions.BridgeInitError: print(_(u"Can't init bridge")) sys.exit(1)