Mercurial > public > mercurial-scm > hg
comparison mercurial/demandimport.py @ 7861:2bc14da14992
demandimport: blacklist pythoncom
win32com.shell would segfault at import time if pythoncom
was demand loaded.
author | Steve Borho <steve@borho.org> |
---|---|
date | Mon, 09 Mar 2009 21:00:37 -0500 |
parents | 25fc4c620e54 |
children | 46293a0c7e9f |
comparison
equal
deleted
inserted
replaced
7860:162fd31bbd93 | 7861:2bc14da14992 |
---|---|
115 ignore = [ | 115 ignore = [ |
116 '_hashlib', | 116 '_hashlib', |
117 '_xmlplus', | 117 '_xmlplus', |
118 'fcntl', | 118 'fcntl', |
119 'win32com.gen_py', | 119 'win32com.gen_py', |
120 'pythoncom', | |
120 # imported by tarfile, not available under Windows | 121 # imported by tarfile, not available under Windows |
121 'pwd', | 122 'pwd', |
122 'grp', | 123 'grp', |
123 # imported by profile, itself imported by hotshot.stats, | 124 # imported by profile, itself imported by hotshot.stats, |
124 # not available under Windows | 125 # not available under Windows |