svgui/pyjs/build.py
changeset 1739 ec153828ded2
parent 1737 a39c2918c015
child 1741 dd94b9a68c61
--- a/svgui/pyjs/build.py	Mon Aug 14 23:38:28 2017 +0300
+++ b/svgui/pyjs/build.py	Tue Aug 15 12:17:51 2017 +0300
@@ -147,10 +147,10 @@
         return 0
 
     if os.path.exists (
-        os.path.join ( dest_path, mod_name + '.css' ) ) :
+        os.path.join ( dest_path, mod_name + '.css' ) ):
         css = "<link rel='stylesheet' href='" + mod_name + ".css'>"
     elif os.path.exists (
-        os.path.join ( dest_path, 'pyjamas_default.css' ) ) :
+        os.path.join ( dest_path, 'pyjamas_default.css' ) ):
         css = "<link rel='stylesheet' href='pyjamas_default.css'>"
 
     else: