[Python-Dev] lib2to3, need some light on the imports fixer (original) (raw)
Guilherme Polo ggpolo at gmail.com
Mon May 12 22:58:48 CEST 2008
- Previous message: [Python-Dev] How best to handle the docs for a renamed module?
- Next message: [Python-Dev] lib2to3, need some light on the imports fixer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
Would someone tell me how can I add a new entry in the MAPPING dict in the lib2to3/fixes/fix_imports.py that does the following:
"import A" gets fixed as "import C.D as A"
Right now it is fixing by doing "import C.D" and changing several other lines in the code to use this new "C.D" name. I wanted to avoid these changes if possible.
Regards,
-- -- Guilherme H. Polo Goncalves
- Previous message: [Python-Dev] How best to handle the docs for a renamed module?
- Next message: [Python-Dev] lib2to3, need some light on the imports fixer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]