diff frontends/src/constants.py @ 777:5642939d254e

core, bridge: new method paramsRegisterApp to register frontend's specific parameters
author souliane <souliane@mailoo.org>
date Fri, 27 Dec 2013 13:28:26 +0100
parents eac23b1aad90
children 46aa5ada61bf
line wrap: on
line diff
--- a/frontends/src/constants.py	Fri Jan 03 21:25:07 2014 +0100
+++ b/frontends/src/constants.py	Fri Dec 27 13:28:26 2013 +0100
@@ -18,7 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-from sat.core.i18n import _
+from sat.core.i18n import _, D_
 
 try:
     from collections import OrderedDict  # only available from python 2.7
@@ -56,7 +56,7 @@
     MENU_NORMAL = "NORMAL"
 
     # from plugin_misc_text_syntaxes
-    _SYNTAX_XHTML = "XHTML"
-    _SYNTAX_CURRENT = "@CURRENT@"
+    SYNTAX_XHTML = "XHTML"
+    SYNTAX_CURRENT = "@CURRENT@"
 
     NO_SECURITY_LIMIT = -1