Get rid of py__getattribute__ overriding that wasn't needed

This commit is contained in:
Dave Halter
2019-06-06 00:49:36 +02:00
parent b98bf07767
commit 659c043584

View File

@@ -210,7 +210,6 @@ def iterate_contexts(contexts, contextualized_node=None, is_async=False):
class _ContextWrapperBase(HelperContextMixin):
py__getattribute__ = Context.py__getattribute__
predefined_names = {}
@safe_property