diff -r 40d5633889bb -r 37a70a784397 contrib/hgfixes/fix_bytes.py --- 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', ]