svgui/pyjs/build.py
changeset 1764 d5df428640ff
parent 1763 bcc07ff2362c
child 1767 c74815729afd
--- a/svgui/pyjs/build.py	Thu Aug 17 14:27:06 2017 +0300
+++ b/svgui/pyjs/build.py	Thu Aug 17 15:43:25 2017 +0300
@@ -286,8 +286,8 @@
     tmpl = read_boilerplate(data_dir, "all.cache.html")
     parser = pyjs.PlatformParser("platform")
     app_headers = ''
-    scripts = ['<script type="text/javascript" src="%s"></script>' % script \
-                                                  for script in js_includes]
+    scripts = ['<script type="text/javascript" src="%s"></script>' %
+               script for script in js_includes]
     app_body = '\n'.join(scripts)
 
     mod_code = {}