[Checkins] SVN: Sandbox/malthe/chameleon.core/src/chameleon/core/config.py No longer applicable.

Malthe Borch mborch at gmail.com
Tue Nov 18 05:32:40 EST 2008


Log message for revision 93074:
  No longer applicable.

Changed:
  U   Sandbox/malthe/chameleon.core/src/chameleon/core/config.py

-=-
Modified: Sandbox/malthe/chameleon.core/src/chameleon/core/config.py
===================================================================
--- Sandbox/malthe/chameleon.core/src/chameleon/core/config.py	2008-11-18 10:32:23 UTC (rev 93073)
+++ Sandbox/malthe/chameleon.core/src/chameleon/core/config.py	2008-11-18 10:32:40 UTC (rev 93074)
@@ -20,12 +20,6 @@
 VALIDATION = os.environ.get(VALIDATION_KEY, 'false')
 VALIDATION = VALIDATION.lower() in TRUEVALS
 
-# use the disable-i18n flag to disable the translation machinery; this
-# will speed up templates that use internationalization
-DISABLE_I18N_KEY = 'CHAMELEON_DISABLE_I18N'
-DISABLE_I18N = os.environ.get(DISABLE_I18N_KEY, 'false')
-DISABLE_I18N = DISABLE_I18N.lower() in TRUEVALS
-
 # these definitions are standard---change at your own risk!
 XHTML_NS = "http://www.w3.org/1999/xhtml"
 TAL_NS = "http://xml.zope.org/namespaces/tal"



More information about the Checkins mailing list