author | Brendan Cully <brendan@kublai.com> |
Sun, 17 Dec 2006 18:45:46 -0800 | |
changeset 3927 | a8bd7280330f |
parent 3926 | de6ae8f016af |
child 3928 | 4df475e22248 |
--- a/mercurial/demandimport.py Sun Dec 17 18:34:42 2006 -0800 +++ b/mercurial/demandimport.py Sun Dec 17 18:45:46 2006 -0800 @@ -103,7 +103,7 @@ setattr(mod, x, _demandmod(x, mod.__dict__, mod.__dict__)) return mod -ignore = [] +ignore = ['_hashlib'] def enable(): "enable global demand-loading of modules"