Move Binding attributes back into a flat namespace.
authorW. Trevor King <wking@drexel.edu>
Wed, 2 Mar 2011 02:16:30 +0000 (21:16 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 2 Mar 2011 02:16:30 +0000 (21:16 -0500)
commitcc414989d028e489133967e0e3a7aa33480e345d
treea3908e596f2b081b75d6f4f7c64ccdcc820f162a
parent760e062798299a5952b004ca762c7d239afdbb12
Move Binding attributes back into a flat namespace.
13 files changed:
Cython/Compiler/AnalysedTreeTransforms.py
Cython/Compiler/Binding.py
Cython/Compiler/Buffer.py
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Optimize.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py
Cython/Compiler/TypeSlots.py