contrib/import-checker.py
changeset 27508 b2226faead3f
parent 27273 5d5b98346fc2
child 27520 d8f132f047d6
--- 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