diff options
Diffstat (limited to 'Swift/Packaging/SConscript')
-rw-r--r-- | Swift/Packaging/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Packaging/SConscript b/Swift/Packaging/SConscript index 3aa791f..556c596 100644 --- a/Swift/Packaging/SConscript +++ b/Swift/Packaging/SConscript @@ -27,3 +27,3 @@ if env["SCONS_STAGE"] == "build" : else: - print "Enabled help2man but help2man is not in the PATH of the current environment." + print("Enabled help2man but help2man is not in the PATH of the current environment.") Exit(1) |