Index: third_party/cython/src/Cython/Tempita/__init__.py |
diff --git a/third_party/cython/src/Cython/Tempita/__init__.py b/third_party/cython/src/Cython/Tempita/__init__.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6bc731dca8fddd81b1eee98c535624c4c6927683 |
--- /dev/null |
+++ b/third_party/cython/src/Cython/Tempita/__init__.py |
@@ -0,0 +1,4 @@ |
+# The original Tempita implements all of its templating code here. |
+# Moved it to _tempita.py to make the compilation portable. |
+ |
+from _tempita import * |