comparison mercurial/demandimport.py @ 10242:ecd0a5c8bbe5 stable

demandimport: ignore _winreg (used in python-2.7 mimetypes)
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 13 Jan 2010 11:57:32 +0100
parents ffeaf5ba25d8
children 25e572394f5c
comparison
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,