From 0858375b5a42c90e371e8f9f902e745339acb632 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 8 Mar 2016 20:16:37 +1100 Subject: Run through 2to3. --- common/waf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/waf.py b/common/waf.py index cf73ddc..0b24f0b 100644 --- a/common/waf.py +++ b/common/waf.py @@ -25,7 +25,7 @@ def cmd_spell(ctx): for file in files: cmd = ctx.env.BIN_ASPELL + ["-c", "--personal=%s/common/spell/dict/rtems" % path, "--extra-dicts=%s/common/spell/en_GB-ise-w_accents.multi" % path, file] - print "running:", cmd + print("running:", cmd) call(cmd) -- cgit v1.2.3