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