File ".../Mako-0.6.2-py3.2.egg/mako/ext/babelplugin.py", line 115, in extract_nodes
code = StringIO(code)
TypeError: initial_value must be str or None, not bytes
attached patch removes this problem.
File ".../Mako-0.6.2-py3.2.egg/mako/ext/babelplugin.py", line 115, in extract_nodes
code = StringIO(code)
TypeError: initial_value must be str or None, not bytes
attached patch removes this problem.