changeset 11748 | 37a70a784397 |
parent 11747 | 40d5633889bb |
child 17299 | e51d4aedace9 |
--- a/contrib/hgfixes/fix_bytes.py Tue Aug 03 13:41:47 2010 -0300 +++ b/contrib/hgfixes/fix_bytes.py Tue Aug 03 13:52:48 2010 -0300 @@ -13,6 +13,7 @@ # blacklisting some modules inside the fixers. So, this is what I came with. blacklist = ['mercurial/demandimport.py', + 'mercurial/py3kcompat.py', # valid python 3 already 'mercurial/i18n.py', ]