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