diff -r 0d32dd60016c -r 81e905790b30 contrib/import-checker.py --- a/contrib/import-checker.py Sat Nov 16 15:46:29 2013 -0500 +++ b/contrib/import-checker.py Tue Jan 07 22:28:45 2014 +0100 @@ -75,7 +75,7 @@ # something in stdlib_prefixes. check-code suppressed because # the ast module used by this script implies the availability # of any(). - if not any(libpath.startswith(p) for p in stdlib_prefixes): # no-check-code + if not any(libpath.startswith(p) for p in stdlib_prefixes): # no-py24 continue if 'site-packages' in libpath: continue