mirror of
https://github.com/servo/servo.git
synced 2025-07-27 17:20:36 +01:00
- 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. |
||
---|---|---|
.. | ||
lints | ||
mutation | ||
platform | ||
__init__.py | ||
bootstrap_commands.py | ||
build_commands.py | ||
command_base.py | ||
devenv_commands.py | ||
gstreamer.py | ||
package_commands.py | ||
post_build_commands.py | ||
servo-binary-formula.rb.in | ||
testing_commands.py | ||
util.py |