Mercurial > libervia-web
diff libervia.py @ 317:bbadd490e63c
misc: gather the constants in a single file, as it is done for other frontends
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 03 Jan 2014 14:14:34 +0100 |
parents | 4148f8f4caa0 |
children | c12c9a1acf2f |
line wrap: on
line diff
--- a/libervia.py Fri Jan 03 13:33:44 2014 +0100 +++ b/libervia.py Fri Jan 03 14:14:34 2014 +0100 @@ -37,7 +37,8 @@ from browser_side.tools import html_sanitize from sat_frontends.tools.misc import InputHistory from sat_frontends.tools.strings import getURLParams -from sat_frontends.constants import Const +from constants import Const + MAX_MBLOG_CACHE = 500 # Max microblog entries kept in memories