Get rid of last six usage.

Review Request #11987 — Created Jan. 24, 2022 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

This change gets rid of the last few instances where we were using six
to support both Python 2.7 and 3.x.

Ran unit tests.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Get rid of last six usage.
This change gets rid of the last few instances where we were using `six` to support both Python 2.7 and 3.x. Testing Done: Ran unit tests.
8a3bbabd96ac474190efd498887c2c220aaaaf7d David Trowbridge
reviewboard/admin/management/sites.py
reviewboard/cmdline/rbssh.py
reviewboard/cmdline/tests/test_rbsite.py
reviewboard/diffviewer/tests/test_forms.py
reviewboard/notifications/webhooks.py
reviewboard/notifications/email/backend.py
reviewboard/notifications/tests/test_webhooks.py
reviewboard/search/indexes.py
reviewboard/ssh/utils.py
reviewboard/webapi/mixins.py
reviewboard/webapi/tests/test_draft_diff.py
Loading...