diff frontends/src/constants.py @ 744:312a2842b2b8

plugins text-syntaxes: added a default value to use the current user syntax in convert
author souliane <souliane@mailoo.org>
date Mon, 09 Dec 2013 15:31:07 +0100
parents 378af36155c2
children e3ad48a2aab2
line wrap: on
line diff
--- a/frontends/src/constants.py	Thu Nov 28 21:27:18 2013 +0100
+++ b/frontends/src/constants.py	Mon Dec 09 15:31:07 2013 +0100
@@ -55,3 +55,7 @@
 
 class Const(object):
     PRESENCE = getPresence()
+
+    # from plugin_misc_text_syntaxes
+    _SYNTAX_XHTML = "XHTML"
+    _SYNTAX_CURRENT = "@CURRENT@"