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)
commit95916a23ebce7a0bb246543c7920cd6d516d5696
tree4c51c0c8b18c0ef7c1c4429c6fda5056479aa3f2
parentb7a94dfdb3402c25d35489b89506ccb6c98159be
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