summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-08 20:16:37 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commit0858375b5a42c90e371e8f9f902e745339acb632 (patch)
tree3d374357e9f98db7d49c651e4fc4e1f2a4156cfa /common
parentWrap \tabulary environment to allow breaking underscores. (diff)
downloadrtems-docs-0858375b5a42c90e371e8f9f902e745339acb632.tar.bz2
Run through 2to3.
Diffstat (limited to 'common')
-rw-r--r--common/waf.py2
1 files changed, 1 insertions, 1 deletions
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)