mercurial/demandimport.py
changeset 5097 f4f2baf7dc8a
parent 4635 63b9d2deed48
child 5098 0bbd86b847dd
--- a/mercurial/demandimport.py	Sun Aug 12 12:15:10 2007 -0300
+++ b/mercurial/demandimport.py	Mon Aug 13 19:42:52 2007 +0200
@@ -108,7 +108,7 @@
                 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"