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