mercurial/demandimport.py
changeset 3894 f47afa2401a2
parent 3877 abaee83ce0a6
child 3898 316cd5b0c940
--- a/mercurial/demandimport.py	Fri Dec 15 01:17:04 2006 -0600
+++ b/mercurial/demandimport.py	Fri Dec 15 12:38:18 2006 -0600
@@ -92,7 +92,7 @@
                 setattr(mod, x, _demandmod(x, mod.__dict__, mod.__dict__))
         return mod
 
-ignore = []
+ignore = ['_hashlib', 'email.mime']
 
 def enable():
     "enable global demand-loading of modules"