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)
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":