Files
congress/tasks
Joshua Tauberer 07bb5df2e8 Revert some automated 2to3 changes
* Remove extra parens that make a tuple in print() calls.
* Use etree.tostring(..., encoding="unicode") instead of encoding to UTF-8 and then decoding.
* Use b"" syntax instead of bytes("".encode("utf8"))) which is equivalent for ASCII strings.
* Remove unnecessary list() around .items(), .keys(), .values().
* Remove unnecessary str() around json.dumps().
2020-10-04 15:50:28 -04:00
..
2020-10-04 15:50:28 -04:00
2020-10-04 09:51:21 -04:00
2020-10-04 09:51:21 -04:00
2020-10-04 15:50:28 -04:00
2020-10-04 15:50:28 -04:00
2020-10-04 15:50:28 -04:00