svgui/pyjs/lib/sys.py
changeset 1737 a39c2918c015
parent 1736 7e61baa047f0
child 1841 9fd29e8b1393
--- a/svgui/pyjs/lib/sys.py	Mon Aug 14 23:27:15 2017 +0300
+++ b/svgui/pyjs/lib/sys.py	Mon Aug 14 23:34:22 2017 +0300
@@ -1,8 +1,8 @@
 # the platform name (PyV8, smjs, Mozilla, IE6, Opera, Safari etc.)
-platform = '' # to be updated by app, on compile
+platform = ''  # to be updated by app, on compile
 
 # a dictionary of module override names (platform-specific)
-overrides = None # to be updated by app, on compile
+overrides = None  # to be updated by app, on compile
 
 # the remote path for loading modules
 loadpath = None