From bfd7a79bbeb99e001c30220ed1203b301f42e899 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 18 Jan 2013 14:11:00 +0100 Subject: [PATCH] fix cimport in libcpp.string --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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Includes/libcpp/string.pxd b/Cython/Includes/libcpp/string.pxd index ac1afcf..96cc52d 100644 --- 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 "" namespace "std": -- 2.7.4