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