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