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