diff options
author | Jonathan Schwender <55576758+jschwe@users.noreply.github.com> | 2024-09-11 20:25:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-11 18:25:25 +0000 |
commit | b42f5eaa17c897270e9de5dadc6ab19fb1dfff43 (patch) | |
tree | 8a95e6d1bc308d7fce16aaf7af738ddea6203bec /components/script/dom/xrinputsourcearray.rs | |
parent | ed5dc43f160993ff491e2eab17fae1db872ed964 (diff) | |
download | servo-b42f5eaa17c897270e9de5dadc6ab19fb1dfff43.tar.gz servo-b42f5eaa17c897270e9de5dadc6ab19fb1dfff43.zip |
mach: remove python2 compatibility code (#33410)
* util.py: Remove six
We don't need to support python2 anymore, so we can just use
`str(x)` instead of `six.ensure_str(x)`
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
* config.py: Remove six
We don't need to support python2 anymore, so we can just use
`str(x)` instead of `six.ensure_str(x)`
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
* main.py: Remove six
We don't need to support python2 anymore, so we can just use
`str(x)` instead of `six.ensure_str(x)`
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
* main.py: Fix `--settings` being ignored
Previously `paths` was unused in this function,
and the usage for the settings_file would have no effect.
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
* terminal.py: Remove `six`
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
* registrar.py: Remove `six`
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
* mach/util.py: Remove `six`
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
* mach: Remove python2 from the list of programming languages
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
---------
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
Diffstat (limited to 'components/script/dom/xrinputsourcearray.rs')
0 files changed, 0 insertions, 0 deletions