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