[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/pagetemplate.py Disable strict mode for compatibility with the reference evaluation model. Note that this requires Chameleon >= 2.6.

Malthe Borch mborch at gmail.com
Thu Nov 24 06:09:21 UTC 2011


Log message for revision 123479:
  Disable strict mode for compatibility with the reference evaluation model. Note that this requires Chameleon >= 2.6.

Changed:
  U   z3c.pt/trunk/src/z3c/pt/pagetemplate.py

-=-
Modified: z3c.pt/trunk/src/z3c/pt/pagetemplate.py
===================================================================
--- z3c.pt/trunk/src/z3c/pt/pagetemplate.py	2011-11-23 23:53:41 UTC (rev 123478)
+++ z3c.pt/trunk/src/z3c/pt/pagetemplate.py	2011-11-24 06:09:20 UTC (rev 123479)
@@ -81,6 +81,8 @@
 
     literal_false = True
 
+    strict = False
+
     @property
     def boolean_attributes(self):
         if self.content_type == 'text/xml':



More information about the checkins mailing list