mercurial/demandimport.py
changeset 3898 316cd5b0c940
parent 3896 3b628b5da9e9
parent 3894 f47afa2401a2
child 3903 f9136599700f
--- a/mercurial/demandimport.py	Fri Dec 15 05:38:54 2006 +0100
+++ b/mercurial/demandimport.py	Fri Dec 15 11:14:55 2006 -0800
@@ -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"