comparison src/browser/sat_browser/chat.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 fc941d0d97f8
children 0576fec37be0
comparison
equal deleted inserted replaced
783:d24e56a5f2ef 784:f3cd261ea12f
19 19
20 from sat.core.log import getLogger 20 from sat.core.log import getLogger
21 log = getLogger(__name__) 21 log = getLogger(__name__)
22 22
23 # from sat_frontends.tools.games import SYMBOLS 23 # from sat_frontends.tools.games import SYMBOLS
24 from sat_frontends.tools import strings 24 from sat_browser import strings
25 from sat_frontends.tools import jid 25 from sat_frontends.tools import jid
26 from sat_frontends.quick_frontend import quick_widgets, quick_games, quick_menus 26 from sat_frontends.quick_frontend import quick_widgets, quick_games, quick_menus
27 from sat_frontends.quick_frontend.quick_chat import QuickChat 27 from sat_frontends.quick_frontend.quick_chat import QuickChat
28 from sat.core.i18n import _ 28 from sat.core.i18n import _
29 29