[Checkins] SVN: CMF/trunk/CMFCore/Expression.py - readded the class
	defaults (no time to track down why removing them caused errors)
    Yvo Schubbe 
    y.2006_ at wcm-solutions.de
       
    Wed May 31 09:38:24 EDT 2006
    
    
  
Log message for revision 68409:
  - readded the class defaults (no time to track down why removing them caused errors)
Changed:
  U   CMF/trunk/CMFCore/Expression.py
-=-
Modified: CMF/trunk/CMFCore/Expression.py
===================================================================
--- CMF/trunk/CMFCore/Expression.py	2006-05-31 10:41:17 UTC (rev 68408)
+++ CMF/trunk/CMFCore/Expression.py	2006-05-31 13:38:24 UTC (rev 68409)
@@ -27,6 +27,9 @@
 
 class Expression(Persistent):
 
+    text = ''
+    _v_compiled = None
+
     security = ClassSecurityInfo()
 
     def __init__(self, text):
    
    
More information about the Checkins
mailing list