py3: made numeric literals compatible with both python2 & python3
Command executed: find . -name "*.py" -print0 | xargs -I {} -0 2to3 --fix=numliterals --write {}
parent
847334f8
No related branches found
No related tags found
Loading
Please register or sign in to comment