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