svgui/pyjs/pyjs.py
changeset 1836 d42b6cf00fa6
parent 1829 a776ac02b079
child 1846 14b40afccd69
--- 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):