diff -r a16489f9132d -r b2226faead3f contrib/import-checker.py --- a/contrib/import-checker.py Tue Dec 22 16:28:28 2015 -0800 +++ b/contrib/import-checker.py Tue Dec 22 21:47:40 2015 -0500 @@ -180,7 +180,7 @@ for m in ['msvcrt', '_winreg']: yield m # These get missed too - for m in 'ctypes', 'email', 'multiprocessing': + for m in 'ctypes', 'ctypes.util', 'email', 'multiprocessing': yield m yield 'builtins' # python3 only for m in 'fcntl', 'grp', 'pwd', 'termios': # Unix only