mercurial/demandimport.py
branchstable
changeset 10242 ecd0a5c8bbe5
parent 9458 ffeaf5ba25d8
child 10263 25e572394f5c
equal deleted inserted replaced
10231:9bf3ebdb19ae 10242:ecd0a5c8bbe5
   118 ignore = [
   118 ignore = [
   119     '_hashlib',
   119     '_hashlib',
   120     '_xmlplus',
   120     '_xmlplus',
   121     'fcntl',
   121     'fcntl',
   122     'win32com.gen_py',
   122     'win32com.gen_py',
       
   123     '_winreg', # 2.7 mimetypes needs immediate ImportError
   123     'pythoncom',
   124     'pythoncom',
   124     # imported by tarfile, not available under Windows
   125     # imported by tarfile, not available under Windows
   125     'pwd',
   126     'pwd',
   126     'grp',
   127     'grp',
   127     # imported by profile, itself imported by hotshot.stats,
   128     # imported by profile, itself imported by hotshot.stats,