Commit c90cecd4 authored by Robert Bradshaw's avatar Robert Bradshaw

Fix __version__ for py3

parent 00b0bb86
from Compiler.Version import version as __version__
from Cython.Compiler.Version import version as __version__
# Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import *
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment