Eliminate all usage of six.moves.

Review Request #11936 — Created Jan. 19, 2022 and submitted

Information

Djblets
release-3.x

Reviewers

Because it's Python 3 only, Django has removed the django.utils.six
module. This change updates us to no longer use the six.moves shims.

In conjunction with other changes, ran unit tests.

Summary ID
Eliminate all usage of six.moves.
Because it's Python 3 only, Django has removed the `django.utils.six` module. This change updates us to no longer use the `six.moves` shims. Testing Done: In conjunction with other changes, ran unit tests.
1648abd08d42a0347f381a955b0d6a461a7ecbc4
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (5c3cd7c)
Loading...