Port some code to Python3

This commit is contained in:
Vincent Ricard 2020-12-28 22:31:49 +01:00 committed by Josh Matthews
parent f73370088b
commit a627dde0d0
24 changed files with 1439 additions and 2341 deletions

View file

@ -5,9 +5,9 @@ blessings == 1.6
distro == 1.4
mach == 1.0.0
mozdebug == 0.2
mozinfo == 1.1.0
mozlog == 5.0
setuptools == 39.0
mozinfo == 1.2.1
mozlog == 7.1.0
setuptools == 50.3.2
toml == 0.9.2
# For Python linting
@ -30,6 +30,6 @@ boto3 == 1.4.4
certifi
# For Python3 compatibility
six == 1.12
six == 1.15
-e python/tidy