diff -r 7533061a6d82 -r d42b6cf00fa6 svgui/pyjs/pyjs.py --- a/svgui/pyjs/pyjs.py Thu Sep 28 17:24:33 2017 +0300 +++ b/svgui/pyjs/pyjs.py Fri Sep 29 15:36:33 2017 +0300 @@ -155,6 +155,7 @@ class TranslationError(Exception): def __init__(self, message, node): + Exception.__init__(self) self.message = "line %s:\n%s\n%s" % (node.lineno, message, node) def __str__(self):