changeset 28286 | c7f89ad87bae |
parent 28176 | 9ff7261cc0f5 |
parent 28252 | f5b2b358b8b7 |
child 29375 | fcaf20175b1b |
--- a/mercurial/demandimport.py Sat Feb 27 21:29:42 2016 -0800 +++ b/mercurial/demandimport.py Mon Feb 29 17:52:17 2016 -0600 @@ -235,6 +235,8 @@ ignore = [ '__future__', '_hashlib', + # ImportError during pkg_resources/__init__.py:fixup_namespace_package + '_imp', '_xmlplus', 'fcntl', 'win32com.gen_py',