fix cimport in libcpp.string
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 18 Jan 2013 13:11:00 +0000 (14:11 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 18 Jan 2013 13:11:00 +0000 (14:11 +0100)
--HG--
extra : transplant_source : %E6%CA%F8%11%E8%81u%B9%95%3D%27%C1%0F%F3O%8A%12%3Cnl

Cython/Includes/libcpp/string.pxd

index ac1afcf..96cc52d 100644 (file)
@@ -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":