[Erp5-report] r26857 - /erp5/trunk/products/ZSQLCatalog/SearchText/AdvancedSearchTextParser.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 6 18:31:30 CEST 2009


Author: vincent
Date: Wed May  6 18:31:30 2009
New Revision: 26857

URL: http://svn.erp5.org?rev=26857&view=rev
Log:
Allow restricted code to manipulate Abstract Syntax Tree nodes.

Modified:
    erp5/trunk/products/ZSQLCatalog/SearchText/AdvancedSearchTextParser.py

Modified: erp5/trunk/products/ZSQLCatalog/SearchText/AdvancedSearchTextParser.py
URL: http://svn.erp5.org/erp5/trunk/products/ZSQLCatalog/SearchText/AdvancedSearchTextParser.py?rev=26857&r1=26856&r2=26857&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/SearchText/AdvancedSearchTextParser.py [utf8] (original)
+++ erp5/trunk/products/ZSQLCatalog/SearchText/AdvancedSearchTextParser.py [utf8] Wed May  6 18:31:30 2009
@@ -40,6 +40,7 @@
 
 class Node(object):
 
+  __allow_access_to_unprotected_subobjects__ = 1
   __implements__ = INode
 
   def isLeaf(self):




More information about the Erp5-report mailing list