Skip to content

Commit

Permalink
etc: py3 compat for errorck.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed May 24, 2015
1 parent 24bae2e commit 9ecc5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/errorck.py
Expand Up @@ -16,7 +16,7 @@
import re

if len(sys.argv) < 2:
print "usage: errorck.py <src-dir>"
print("usage: errorck.py <src-dir>")
sys.exit(1)

src_dir = sys.argv[1]
Expand Down

0 comments on commit 9ecc5a9

Please sign in to comment.