From 32c52d84f827c1953c70af66361dadf57e1938ab Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 30 Nov 2008 06:52:46 +0100 Subject: [PATCH] micro cleanup --- Cython/Compiler/Nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/Nodes.py b/Cython/Compiler/Nodes.py index 6c2c595c..01ad7b84 100644 --- a/Cython/Compiler/Nodes.py +++ b/Cython/Compiler/Nodes.py @@ -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): -- 2.26.2