##// END OF EJS Templates
demandimport: blacklist _hashlib again (imported in ImportError try block)
Brendan Cully -
r3927:a8bd7280 default
parent child Browse files
Show More
@@ -103,7 +103,7 b' def _demandimport(name, globals=None, lo'
103 setattr(mod, x, _demandmod(x, mod.__dict__, mod.__dict__))
103 setattr(mod, x, _demandmod(x, mod.__dict__, mod.__dict__))
104 return mod
104 return mod
105
105
106 ignore = []
106 ignore = ['_hashlib']
107
107
108 def enable():
108 def enable():
109 "enable global demand-loading of modules"
109 "enable global demand-loading of modules"
General Comments 0
You need to be logged in to leave comments. Login now