commit | d7e8d81a7a450ac186c147fcc1ae61fa214e7cad | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 04:57:17 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 04:57:17 2013 -0500 |
tree | 89b7863c88333724f038038f5e5653525e028d4f | |
parent | 4cd467c8535dd7cb9798843ba8fb0eb736da3dfc [diff] [blame] |
[inspect] 2to3 --fix=print with manual fixup
diff --git a/Lib/fontTools/inspect.py b/Lib/fontTools/inspect.py index d273579..5386baf 100644 --- a/Lib/fontTools/inspect.py +++ b/Lib/fontTools/inspect.py
@@ -254,7 +254,7 @@ def main(args): if len(args) < 1: - print >>sys.stderr, "usage: pyftinspect font..." + print("usage: pyftinspect font...") sys.exit(1) for arg in args: Inspect(arg)