added __version__ to the cython namespace
authorChristopher H.Barker, PhD <PythonCHB@gmail.com>
Mon, 21 Oct 2013 21:08:07 +0000 (14:08 -0700)
committerChristopher H.Barker, PhD <PythonCHB@gmail.com>
Mon, 21 Oct 2013 21:08:07 +0000 (14:08 -0700)
cython.py

index 5dbd25c..bcc2d86 100755 (executable)
--- 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__