diff -r ccf59c1f0b45 -r c1e5b9f19483 py_ext/PythonFileCTNMixin.py --- a/py_ext/PythonFileCTNMixin.py Thu Aug 17 16:26:32 2017 +0300 +++ b/py_ext/PythonFileCTNMixin.py Thu Aug 17 17:25:17 2017 +0300 @@ -61,8 +61,8 @@ 'xmlns="http://www.w3.org/2001/XMLSchema"', 'xmlns:xhtml="http://www.w3.org/1999/xhtml"') for cre, repl in [ - (re.compile("(?)(?:)(?!)"), "]]>")]: + (re.compile("(?)(?:)(?!)"), "]]>")]: pythonfile_xml = cre.sub(repl, pythonfile_xml) try: