changeset 3929 | 33988aaa1652 |
parent 3927 | a8bd7280330f |
child 4126 | b9dcee25be8e |
--- a/mercurial/demandimport.py Sun Dec 17 21:48:22 2006 -0600 +++ b/mercurial/demandimport.py Sun Dec 17 22:16:57 2006 -0600 @@ -103,7 +103,7 @@ 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"