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