projects
/
platform
/
upstream
/
python-cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f1dd77
)
fix cimport in libcpp.string
author
Stefan Behnel
<stefan_ml@behnel.de>
Fri, 18 Jan 2013 13:11:00 +0000
(14:11 +0100)
committer
Stefan Behnel
<stefan_ml@behnel.de>
Fri, 18 Jan 2013 13:11:00 +0000
(14:11 +0100)
Cython/Includes/libcpp/string.pxd
patch
|
blob
|
history
diff --git
a/Cython/Includes/libcpp/string.pxd
b/Cython/Includes/libcpp/string.pxd
index
ac1afcf
..
96cc52d
100644
(file)
--- a/
Cython/Includes/libcpp/string.pxd
+++ b/
Cython/Includes/libcpp/string.pxd
@@
-1,6
+1,6
@@
# deprecated cimport for backwards compatibility:
-from .string cimport const_char
+from
libc
.string cimport const_char
cdef extern from "<string>" namespace "std":