aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mop/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/mop/__init__.py b/mop/__init__.py
index 7d6299b..b75fd67 100644
--- a/mop/__init__.py
+++ b/mop/__init__.py
@@ -236,8 +236,7 @@ def bootstrap():
))
# here's the better implementation
- # note that we can't replace the implementation of the methods implemented
- # by the previous gen_reader because that would end up recursive
+ # we'll replace the accessors generated by the earlier implementation later
def gen_reader(name):
return lambda self: self.metaclass.all_attributes()[name].value(self)