Mercurial > libervia-backend
diff frontends/src/constants.py @ 755:e3ad48a2aab2
core, frontends: callMenu is now async and don't use callback_id anymore
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 24 Dec 2013 15:18:31 +0100 |
parents | 312a2842b2b8 |
children | bfabeedbf32e |
line wrap: on
line diff
--- a/frontends/src/constants.py Tue Dec 24 01:31:18 2013 +0100 +++ b/frontends/src/constants.py Tue Dec 24 15:18:31 2013 +0100 @@ -56,6 +56,8 @@ class Const(object): PRESENCE = getPresence() + MENU_NORMAL = "NORMAL" + # from plugin_misc_text_syntaxes _SYNTAX_XHTML = "XHTML" _SYNTAX_CURRENT = "@CURRENT@"