Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
754:f021bf27a557 | 755:e3ad48a2aab2 |
---|---|
54 | 54 |
55 | 55 |
56 class Const(object): | 56 class Const(object): |
57 PRESENCE = getPresence() | 57 PRESENCE = getPresence() |
58 | 58 |
59 MENU_NORMAL = "NORMAL" | |
60 | |
59 # from plugin_misc_text_syntaxes | 61 # from plugin_misc_text_syntaxes |
60 _SYNTAX_XHTML = "XHTML" | 62 _SYNTAX_XHTML = "XHTML" |
61 _SYNTAX_CURRENT = "@CURRENT@" | 63 _SYNTAX_CURRENT = "@CURRENT@" |