mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Port some code to Python3
This commit is contained in:
parent
f73370088b
commit
a627dde0d0
24 changed files with 1439 additions and 2341 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue