Fix for Python 2.3
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 8 Oct 2009 04:47:14 +0000 (21:47 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 8 Oct 2009 04:47:14 +0000 (21:47 -0700)
Cython/Compiler/AnalysedTreeTransforms.py

index 25ccf404dbf0299159938b358ee7e2888fb76b82..3f01e20d9d754f4e60ad897c101571d87e87ecbb 100644 (file)
@@ -1,7 +1,7 @@
 from Cython.Compiler.Visitor import VisitorTransform, ScopeTrackingTransform, TreeVisitor
 from Nodes import StatListNode, SingleAssignmentNode, CFuncDefNode
-from ExprNodes import (DictNode, DictItemNode, NameNode, UnicodeNode, NoneNode,
-                      ExprNode, AttributeNode, ModuleRefNode, DocstringRefNode)
+from ExprNodes import DictNode, DictItemNode, NameNode, UnicodeNode, NoneNode, \
+                      ExprNode, AttributeNode, ModuleRefNode, DocstringRefNode
 from PyrexTypes import py_object_type
 from Builtin import dict_type
 from StringEncoding import EncodedString