diff -r 0f2e5303f212 -r f0a040f1de1b svgui/pyjs/lib/pyjslib.py --- a/svgui/pyjs/lib/pyjslib.py Tue Oct 09 11:43:39 2018 +0300 +++ b/svgui/pyjs/lib/pyjslib.py Tue Oct 09 11:56:45 2018 +0300 @@ -285,7 +285,7 @@ return "AttributeError: %s of %s" % (self.args[1], self.args[0]) -JS(""" +JS(r""" pyjslib.StopIteration = function () { }; pyjslib.StopIteration.prototype = new Error(); pyjslib.StopIteration.name = 'StopIteration';