Switch away from six moves shims.

Review Request #11981 — Created Jan. 22, 2022 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

Now that we're Python 3 only, we don't need to use the six library to
handle relocated or renamed APIs. This change gets rid of all the
six.moves usage.

Ran unit tests.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Switch away from six moves shims.
Now that we're Python 3 only, we don't need to use the six library to handle relocated or renamed APIs. This change gets rid of all the `six.moves` usage. Testing Done: Ran unit tests.
943499d042c9b5ff7404cd5577594098ce007e8e David Trowbridge
Switch away from six moves shims.
Now that we're Python 3 only, we don't need to use the six library to handle relocated or renamed APIs. This change gets rid of all the `six.moves` usage. Testing Done: Ran unit tests.
c66683a0203c9fca46b28afe7646f9de8c1b9790 David Trowbridge
reviewboard/hostingsvcs/gerrit.py
reviewboard/hostingsvcs/github.py
Loading...