mercurial/demandimport.py
changeset 5152 b51d07ed1b18
parent 4635 63b9d2deed48
child 5156 0bbd86b847dd
--- a/mercurial/demandimport.py
+++ b/mercurial/demandimport.py
@@ -108,7 +108,7 @@ def _demandimport(name, globals=None, lo
                 setattr(mod, x, _demandmod(x, mod.__dict__, locals))
         return mod
 
-ignore = ['_hashlib', '_xmlplus', 'fcntl', 'win32com.gen_py']
+ignore = ['_hashlib', '_xmlplus', 'fcntl', 'win32com.gen_py', 'pwd', 'grp']
 
 def enable():
     "enable global demand-loading of modules"