Run through 2to3.

This commit is contained in:
Chris Johns 2016-03-08 20:16:37 +11:00 committed by Amar Takhar
parent 1ea5fb7293
commit 0858375b5a

View File

@ -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)