Commit 58b8417c authored by Vincent Pelletier's avatar Vincent Pelletier

Allow restricted code to manipulate Abstract Syntax Tree nodes.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26857 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bf1b4b6d
......@@ -40,6 +40,7 @@ except ImportError:
class Node(object):
__allow_access_to_unprotected_subobjects__ = 1
__implements__ = INode
def isLeaf(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment