projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00b0bb8
)
Fix __version__ for py3
author
Robert Bradshaw
<robertwb@math.washington.edu>
Wed, 3 Nov 2010 09:11:17 +0000
(
02:11
-0700)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Wed, 3 Nov 2010 09:11:17 +0000
(
02:11
-0700)
Cython/__init__.py
patch
|
blob
|
history
diff --git
a/Cython/__init__.py
b/Cython/__init__.py
index 424bd952d768c1f55a121e06ec7eb4770cfff507..e10a8f34fddd078c37cb33e73913d74ef230ef40 100644
(file)
--- a/
Cython/__init__.py
+++ b/
Cython/__init__.py
@@
-1,4
+1,4
@@
-from Compiler.Version import version as __version__
+from C
ython.C
ompiler.Version import version as __version__
# Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import *