diff -r 0f2e5303f212 -r f0a040f1de1b CodeFileTreeNode.py --- a/CodeFileTreeNode.py Tue Oct 09 11:43:39 2018 +0300 +++ b/CodeFileTreeNode.py Tue Oct 09 11:56:45 2018 +0300 @@ -114,8 +114,8 @@ '<%s>' % self.CODEFILE_NAME, '<%s xmlns:xhtml="http://www.w3.org/1999/xhtml">' % self.CODEFILE_NAME) for cre, repl in [ - (re.compile("(?)(?:)(?!)"), "]]>")]: + (re.compile(r"(?)(?:)(?!)"), "]]>")]: codefile_xml = cre.sub(repl, codefile_xml) try: