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