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