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