servo/python/servo
Martin Robinson faa8c0e967
Remove more Python 2 compatibility code
- os.environ is always `str` in Python 3.
- The only string type is `str` so we can stop using `six.str_types`.
- `iteritems()` isn't necessary because dicts have the `items()` method.
2023-05-29 13:56:03 +02:00
..
lints Keep WPT import path around while running lints. 2022-11-09 22:14:38 -05:00
mutation Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
platform Remove more Python 2 compatibility code 2023-05-29 13:56:03 +02:00
__init__.py Fix tidy issues with Python files in python/ 2015-06-02 19:51:41 -04:00
bootstrap_commands.py Start organizing platform-specific Python code 2023-05-19 13:08:43 +02:00
build_commands.py Only check the GStreamer installation when building 2023-05-27 12:31:06 +02:00
command_base.py Remove more Python 2 compatibility code 2023-05-29 13:56:03 +02:00
devenv_commands.py Clean up cross-compilation and features 2023-05-25 16:58:05 +02:00
gstreamer.py Consume official GStreamer binaries on MacOS 2023-05-12 00:14:38 +05:30
package_commands.py Clean up cross-compilation and features 2023-05-25 16:58:05 +02:00
post_build_commands.py Clean up cross-compilation and features 2023-05-25 16:58:05 +02:00
servo-binary-formula.rb.in Change servo homepage link to https 2018-11-27 19:01:20 +01:00
testing_commands.py Remove more Python 2 compatibility code 2023-05-29 13:56:03 +02:00
util.py Implement bootstrap-gstreamer for all platforms 2023-05-25 08:22:21 +02:00