comparison libervia.py @ 276:aebb96bfa8d1

frontends tools: moved src/tools/frontends to frontends/src/tools
author souliane <souliane@mailoo.org>
date Thu, 21 Nov 2013 18:57:46 +0100
parents a763b2ac5d41
children 2d6bd975a72d
comparison
equal deleted inserted replaced
275:a763b2ac5d41 276:aebb96bfa8d1
32 from browser_side.base_widget import WidgetsPanel 32 from browser_side.base_widget import WidgetsPanel
33 from browser_side.panels import MicroblogItem 33 from browser_side.panels import MicroblogItem
34 from browser_side import panels, dialog 34 from browser_side import panels, dialog
35 from browser_side.jid import JID 35 from browser_side.jid import JID
36 from browser_side.tools import html_sanitize 36 from browser_side.tools import html_sanitize
37 from sat.tools.frontends.misc import InputHistory 37 from sat_frontends.tools.misc import InputHistory
38 from sat.tools.frontends.strings import getURLParams 38 from sat_frontends.tools.strings import getURLParams
39 39
40 MAX_MBLOG_CACHE = 500 # Max microblog entries kept in memories 40 MAX_MBLOG_CACHE = 500 # Max microblog entries kept in memories
41 41
42 # Set to true to not create a new LiberviaWidget when a similar one 42 # Set to true to not create a new LiberviaWidget when a similar one
43 # already exist (i.e. a chat panel with the same target). Instead 43 # already exist (i.e. a chat panel with the same target). Instead