Files
servo/python/tidy/servo_tidy
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
..
2016-04-13 16:07:04 -07:00
2022-10-16 09:23:05 -04:00