# HG changeset patch # User Dirkjan Ochtman # Date 1263380252 -3600 # Node ID ecd0a5c8bbe58d72c387607686c75542b3dd9da8 # Parent 9bf3ebdb19aea878c6a49a0cd41db46dd55de35a demandimport: ignore _winreg (used in python-2.7 mimetypes) diff -r 9bf3ebdb19ae -r ecd0a5c8bbe5 mercurial/demandimport.py --- a/mercurial/demandimport.py Mon Jan 11 22:41:02 2010 +0100 +++ b/mercurial/demandimport.py Wed Jan 13 11:57:32 2010 +0100 @@ -120,6 +120,7 @@ '_xmlplus', 'fcntl', 'win32com.gen_py', + '_winreg', # 2.7 mimetypes needs immediate ImportError 'pythoncom', # imported by tarfile, not available under Windows 'pwd',