mercurial/demandimport.py
changeset 3929 33988aaa1652
parent 3924 a8bd7280330f
child 4126 b9dcee25be8e
--- a/mercurial/demandimport.py
+++ b/mercurial/demandimport.py
@@ -103,7 +103,7 @@ def _demandimport(name, globals=None, lo
                 setattr(mod, x, _demandmod(x, mod.__dict__, mod.__dict__))
         return mod
 
-ignore = ['_hashlib']
+ignore = ['_hashlib', 'fcntl', 'win32com.gen_py']
 
 def enable():
     "enable global demand-loading of modules"