Commit d37f468f authored by Yoshinori Okuji's avatar Yoshinori Okuji

*** empty log message ***


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5232 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 129a3409
......@@ -26,7 +26,11 @@ class ZSQLBrain(Acquisition.Implicit):
security = ClassSecurityInfo()
security.declareObjectPublic()
o_self = None
def _aq_dynamic(self, name):
"""Acquire an attribute from a real object.
"""
o = self.getObject()
return getattr(o, name, None)
# def __getattr__(self, key):
# return "toto"
......
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