Date: Saturday, July 27, 2019 @ 11:37:09
  Author: arojas
Revision: 493185

Fix typo

Modified:
  glob2/trunk/scons-python3.patch

---------------------+
 scons-python3.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: scons-python3.patch
===================================================================
--- scons-python3.patch 2019-07-27 11:37:07 UTC (rev 493184)
+++ scons-python3.patch 2019-07-27 11:37:09 UTC (rev 493185)
@@ -237,7 +237,7 @@
  def generate(env) :
        """Add Builders and construction variables for qt to an Environment."""
 -      print "Loading nsis tool..."
-+      #print ("Loading nsis tool...")
++      print ("Loading nsis tool...")
  
        Builder = SCons.Builder.Builder
  

Reply via email to