diff --git a/mercurial/demandimport.py b/mercurial/demandimport.py --- a/mercurial/demandimport.py +++ b/mercurial/demandimport.py @@ -117,6 +117,7 @@ ignore = [ '_xmlplus', 'fcntl', 'win32com.gen_py', + 'pythoncom', # imported by tarfile, not available under Windows 'pwd', 'grp',