enable __future__ imports
authorStefan Behnel <scoder@users.berlios.de>
Thu, 15 May 2008 16:49:13 +0000 (18:49 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 15 May 2008 16:49:13 +0000 (18:49 +0200)
commit3b447f810cbcf934e8ffa1df0152ed72717fe438
treedd82dd3a1945d1550d359651c57e29aab173f538
parentff7634cb0fb43f345a59fe7e2dc5c0fe78c7cefb
enable __future__ imports
Cython/Compiler/Future.py [new file with mode: 0644]
Cython/Compiler/Main.py
Cython/Compiler/Parsing.py
tests/run/future_unicode_literals.pyx [new file with mode: 0644]