svgui/pyjs/lib/pyjslib.py
changeset 2439 f0a040f1de1b
parent 2411 3a883a76abe0
child 2444 235f847be37e
--- 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';