Eliminate all usage of six.moves.
Review Request #11936 — Created Jan. 19, 2022 and submitted — Latest diff uploaded
Because it's Python 3 only, Django has removed the
django.utils.six
module. This change updates us to no longer use thesix.moves
shims.
In conjunction with other changes, ran unit tests.