Mercurial > libervia-web
comparison src/browser/libervia_main.py @ 784:f3cd261ea12f
browser side: workaround for a pyjamas bug which freeze the browser in some case with addURLToText regex
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 01 Dec 2015 13:55:01 +0100 |
parents | d24e56a5f2ef |
children | 7ebde6d1a4bd |
comparison
equal
deleted
inserted
replaced
783:d24e56a5f2ef | 784:f3cd261ea12f |
---|---|
30 from sat_frontends.quick_frontend.quick_app import QuickApp | 30 from sat_frontends.quick_frontend.quick_app import QuickApp |
31 from sat_frontends.quick_frontend import quick_widgets | 31 from sat_frontends.quick_frontend import quick_widgets |
32 from sat_frontends.quick_frontend import quick_menus | 32 from sat_frontends.quick_frontend import quick_menus |
33 | 33 |
34 from sat_frontends.tools.misc import InputHistory | 34 from sat_frontends.tools.misc import InputHistory |
35 from sat_frontends.tools import strings | 35 from sat_browser import strings |
36 from sat_frontends.tools import jid | 36 from sat_frontends.tools import jid |
37 from sat_frontends.tools import host_listener | 37 from sat_frontends.tools import host_listener |
38 from sat.core.i18n import _ | 38 from sat.core.i18n import _ |
39 | 39 |
40 from pyjamas.ui.RootPanel import RootPanel | 40 from pyjamas.ui.RootPanel import RootPanel |