Commit 62cb882e authored by Stefan Behnel's avatar Stefan Behnel

fix PostParse transform after changing its superclass

parent ebea5bf9
...@@ -165,9 +165,6 @@ class PostParse(ScopeTrackingTransform): ...@@ -165,9 +165,6 @@ class PostParse(ScopeTrackingTransform):
if a more pure Abstract Syntax Tree is wanted. if a more pure Abstract Syntax Tree is wanted.
""" """
# Track our context.
scope_type = None # can be either of 'module', 'function', 'class'
def __init__(self, context): def __init__(self, context):
super(PostParse, self).__init__(context) super(PostParse, self).__init__(context)
self.specialattribute_handlers = { self.specialattribute_handlers = {
......
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