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