Fix __version__ import.
authorRobert Bradshaw <robertwb@gmail.com>
Thu, 4 Oct 2012 17:28:06 +0000 (10:28 -0700)
committerRobert Bradshaw <robertwb@gmail.com>
Thu, 4 Oct 2012 17:28:06 +0000 (10:28 -0700)
Cython/__init__.py

index dc6b08c..a2b3a9b 100644 (file)
@@ -1,4 +1,4 @@
-# __version__ defined in Shadow.py
+from Cython.Shadow import __version__
 
 # Void cython.* directives (for case insensitive operating systems).
 from Cython.Shadow import *