On Fri, May 11, 2018 at 07:20:50PM -0300, Eduardo Habkost wrote: > Change sys.maxint to sys.maxsize. > > This is necessary for Python 3 compatibility. > > Done using: > > $ py=$( (g grep -l -E '^#!.*python';find -name '*.py' -printf '%P\n';) | \ > sort -u | grep -v README.sh4) > $ futurize -w -f lib2to3.fixes.fix_renames $py > > Signed-off-by: Eduardo Habkost <[email protected]> > --- > tests/image-fuzzer/runner.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Stefan Hajnoczi <[email protected]>
signature.asc
Description: PGP signature
