diff -r 19f19c66b67e -r 63f4af6bf6d9 svgui/pyjs/pyjs.py --- a/svgui/pyjs/pyjs.py Wed Aug 16 13:49:02 2017 +0300 +++ b/svgui/pyjs/pyjs.py Wed Aug 16 13:56:36 2017 +0300 @@ -330,7 +330,7 @@ #print >> self.output, "};\n" print >> self.output, "return this;\n" - print >> self.output, "}; /* end %s */ \n" % module_name + print >> self.output, "}; /* end %s */ \n" % module_name def module_imports(self): return self.imported_modules + self.imported_modules_as