diff -r e6db64abfa87 -r e1caaeb5a2ed contrib/check-code.py --- a/contrib/check-code.py Tue Jan 01 13:04:40 2013 -0600 +++ b/contrib/check-code.py Tue Jan 01 13:05:22 2013 -0600 @@ -129,6 +129,7 @@ (r'(?\s', '<> operator is not available in Python 3+, use !='), (r'^\s*\t', "don't use tabs"), (r'\S;\s*\n', "semicolon"), (r'[^_]_\("[^"]+"\s*%', "don't use % inside _()"),