I've had good luck using 2to3 on a few other projects, and the dabo ReportWriter.py
To see what all it does, I made this: https://github.com/CarlFK/dabo/commits/2to3 using this: for fix in $(2to3 --list-fixes); do 2to3 --fix=${fix} --write . git commit -am "2to3 fix=${fix}" done after this fix: /usr/lib/python3.6/lib2to3/main.py 196 if options.list_fixes: 197 # print("Available transformations for the -f/--fix option:") I noticed this, couldn’t figure out what the problem is: RefactoringTool: Can't parse ./ez_setup.py: ParseError: bad input: type=22, value='=', context=('', (59, 19)) RefactoringTool: Can't parse ./dabo/lib/profilehooks.py: ParseError: bad input: type=22, value='=', context=('', (279, 59)) RefactoringTool: Can't parse ./tools/reportMixedIndentation.py: ParseError: bad input: type=22, value='=', context=('', (30, 32)) -- Carl K _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: https://leafe.com/archives This message: https://leafe.com/archives/byMID/cadmzssghbosgn-q_mxlabpnlxpbjisnot2cp_80kr7wjcpd...@mail.gmail.com
