40a41
> from __future__ import print_function
93c94
< print mercurial_lib_not_found
---
> print(mercurial_lib_not_found)
97c98
< print mercurial_style_upgrade_message
---
> print(mercurial_style_upgrade_message)
102c103
< print "Input exception, exiting scons.\n"
---
> print("Input exception, exiting scons.\n")
114,115c115,116
< print "Warning: %s.style is using a non-default " \
< "checker: %s" % (hook, check)
---
> print("Warning: %s.style is using a non-default " \
> "checker: %s" % (hook, check))
117c118
< print "Warning: Updating unknown style hook: %s" % hook
---
> print("Warning: Updating unknown style hook: %s" % hook)
125c126
< print mercurial_style_message,
---
> print(mercurial_style_message, end=' ')
130c131
< print "Input exception, exiting scons.\n"
---
> print("Input exception, exiting scons.\n")
133c134
< print "Adding style hook to", hgrc_path, "\n"
---
> print("Adding style hook to", hgrc_path, "\n")
138c139
< print "Error updating", hgrc_path
---
> print("Error updating", hgrc_path)