• 
      

    Eliminate all usage of six.moves.

    Review Request #11936 — Created Jan. 20, 2022 and submitted — Latest diff uploaded

    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.

    Commits

    Files