Chromium Code Reviews| Index: third_party/cython/src/Cython/Includes/Deprecated/python_unicode.pxd |
| diff --git a/third_party/cython/src/Cython/Includes/Deprecated/python_unicode.pxd b/third_party/cython/src/Cython/Includes/Deprecated/python_unicode.pxd |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..88fc5afb10193bee1d3adefd5a88b895dea3d196 |
| --- /dev/null |
| +++ b/third_party/cython/src/Cython/Includes/Deprecated/python_unicode.pxd |
| @@ -0,0 +1,2 @@ |
| +# Present for backwards compatability |
| +from cpython.unicode cimport * |