Commit 32c52d84 authored by Stefan Behnel's avatar Stefan Behnel

micro cleanup

parent ae79cef7
......@@ -251,7 +251,7 @@ class CompilerDirectivesNode(Node):
self.body.annotate(code)
code.globalstate.directives = old
class BlockNode:
class BlockNode(object):
# Mixin class for nodes representing a declaration block.
def generate_const_definitions(self, env, code):
......
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