svgui/pyjs/pyjs.py
changeset 1754 63f4af6bf6d9
parent 1752 d14ff9d7eb76
child 1755 624b9694cb0d
--- 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