Commit b446c273 authored by Stefan Behnel's avatar Stefan Behnel

undo translating Tempita package, apparently doesn't work in Py3.3+

parent 1fa9e413
...@@ -104,7 +104,6 @@ def compile_cython_modules(profile=False, compile_more=False, cython_with_refnan ...@@ -104,7 +104,6 @@ def compile_cython_modules(profile=False, compile_more=False, cython_with_refnan
"Cython.Compiler.Visitor", "Cython.Compiler.Visitor",
"Cython.Compiler.FlowControl", "Cython.Compiler.FlowControl",
"Cython.Compiler.Code", "Cython.Compiler.Code",
"Cython.Tempita.__init__",
"Cython.Runtime.refnanny", "Cython.Runtime.refnanny",
# "Cython.Compiler.FusedNode", # "Cython.Compiler.FusedNode",
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment