sapling/contrib/hgfixes
Renato Cunha 49f7aba937 hgfixes: added a fixer to convert changes in the email package
This patch adds a fixer that accounts for changes in python packages, as the
framework provided by lib2to3 is only able to track changes in module names.
This fixer (hopefully) can fix any change in one-level hierarchies.

To exemplify, this fixer can successfully change an import from
"email.MIMEMultipart" to "email.mime.multipart".
2010-08-08 15:48:58 -03:00
..
__init__.py contrib/setup3k.py: added script to build hg with py3k 2010-08-03 13:18:16 -03:00
fix_bytes.py py3kcompat: added a "compatibility layer" for py3k 2010-08-03 13:52:48 -03:00
fix_bytesmod.py hgfixes: added a fixer that makes bytes to be formatted correctly 2010-08-03 13:59:14 -03:00
fix_leftover_imports.py hgfixes: added a fixer to convert changes in the email package 2010-08-08 15:48:58 -03:00