mercurial/demandimport.py
changeset 31990 3e03a4b9ec8c
parent 31644 f80d9ddc40f3
child 32173 c939fdce0fde
equal deleted inserted replaced
31989:85a22bc03d58 31990:3e03a4b9ec8c
   272     '_imp',
   272     '_imp',
   273     '_xmlplus',
   273     '_xmlplus',
   274     'fcntl',
   274     'fcntl',
   275     'nt', # pathlib2 tests the existence of built-in 'nt' module
   275     'nt', # pathlib2 tests the existence of built-in 'nt' module
   276     'win32com.gen_py',
   276     'win32com.gen_py',
       
   277     'win32com.shell', # 'appdirs' tries to import win32com.shell
   277     '_winreg', # 2.7 mimetypes needs immediate ImportError
   278     '_winreg', # 2.7 mimetypes needs immediate ImportError
   278     'pythoncom',
   279     'pythoncom',
   279     # imported by tarfile, not available under Windows
   280     # imported by tarfile, not available under Windows
   280     'pwd',
   281     'pwd',
   281     'grp',
   282     'grp',