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
..
__init__.py Create a Python package of Tidy 2016-04-13 16:07:04 -07:00
licenseck.py Update allowed license string. 2022-10-16 09:23:05 -04:00
tidy.py Remove more Python 2 compatibility code 2023-05-29 13:56:03 +02:00