summaryrefslogtreecommitdiff
path: root/cython.py
diff options
context:
space:
mode:
Diffstat (limited to 'cython.py')
-rwxr-xr-xcython.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cython.py b/cython.py
index 5dbd25c03..bcc2d8667 100755
--- a/cython.py
+++ b/cython.py
@@ -19,3 +19,5 @@ if __name__ == '__main__':
else:
# Void cython.* directives.
from Cython.Shadow import *
+ ## and bring in the __version__
+ from Cython import __version__