diff -r 7d4d04299927 -r a61ed1c2d7a7 contrib/check-code.py --- a/contrib/check-code.py Wed Mar 12 13:29:29 2014 -0400 +++ b/contrib/check-code.py Wed Mar 12 13:31:27 2014 -0400 @@ -200,6 +200,8 @@ 'use "import foo.bar" on its own line instead.'), (r'(?\s', '<> operator is not available in Python 3+, use !='), (r'^\s*\t', "don't use tabs"),