set py2_import directive so imports in Cython source code not forced to absolute
authorHaoyu Bai <baihaoyu@gmail.com>
Sat, 2 Apr 2011 00:00:41 +0000 (08:00 +0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 16 Apr 2011 07:36:29 +0000 (00:36 -0700)
commit3e866e89effb909517a962ebc76bbd9e16ff5ab4
tree4c51c0c8b18c0ef7c1c4429c6fda5056479aa3f2
parentdd3db41512d1c9fd99ecdeaab903bf024b4c643b
set py2_import directive so imports in Cython source code not forced to absolute
Cython/Compiler/Code.py
Cython/Compiler/Lexicon.py
Cython/Compiler/Parsing.py
Cython/Compiler/Scanning.py