summaryrefslogtreecommitdiff
path: root/cython.py
diff options
context:
space:
mode:
authorChristopher H.Barker, PhD <PythonCHB@gmail.com>2013-10-21 14:08:07 -0700
committerChristopher H.Barker, PhD <PythonCHB@gmail.com>2013-10-21 14:08:07 -0700
commitfb50ed144d34b20028d3ad352606b40b726b150c (patch)
treea6fe60db66ebc055f42fa339f918db4e137175ba /cython.py
parente471e51ad78bae7dc90f2c922b3eb9ede81f45cb (diff)
downloadcython-fb50ed144d34b20028d3ad352606b40b726b150c.tar.gz
added __version__ to the cython namespace
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__