[Mpuls-commits] r757 - in wasko/branches/2.0: . waskaweb/config

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jan 19 17:16:01 CET 2010


Author: bh
Date: 2010-01-19 17:15:57 +0100 (Tue, 19 Jan 2010)
New Revision: 757

Modified:
   wasko/branches/2.0/ChangeLog.txt
   wasko/branches/2.0/waskaweb/config/environment.py
Log:
* environment.py (load_environment): remove tmpl_options because
it's not used


Modified: wasko/branches/2.0/ChangeLog.txt
===================================================================
--- wasko/branches/2.0/ChangeLog.txt	2010-01-19 16:14:40 UTC (rev 756)
+++ wasko/branches/2.0/ChangeLog.txt	2010-01-19 16:15:57 UTC (rev 757)
@@ -1,5 +1,10 @@
 2010-01-19  Bernhard Herzog  <bh at intevation.de>
 
+	* environment.py (load_environment): remove tmpl_options because
+	it's not used
+
+2010-01-19  Bernhard Herzog  <bh at intevation.de>
+
 	* environment.py (load_environment): remove debug print
 
 2010-01-19  Bernhard Herzog  <bh at intevation.de>

Modified: wasko/branches/2.0/waskaweb/config/environment.py
===================================================================
--- wasko/branches/2.0/waskaweb/config/environment.py	2010-01-19 16:14:40 UTC (rev 756)
+++ wasko/branches/2.0/waskaweb/config/environment.py	2010-01-19 16:15:57 UTC (rev 757)
@@ -72,9 +72,6 @@
         imports=['from webhelpers.html import escape'],
         default_filters=['escape'])
 
-    # Customize templating options via this variable
-    tmpl_options = config['buffet.template_options']
-
     # CONFIGURATION OPTIONS HERE (note: all config options will override
     # any Pylons config options)
 



More information about the Mpuls-commits mailing list