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 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

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.
d4a9169556b7d399158fdfbc62239c7b510b7f9d 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/reviews/models/base_comment.py
reviewboard/search/indexes.py
reviewboard/ssh/utils.py
reviewboard/webapi/mixins.py
reviewboard/webapi/tests/test_draft_diff.py
Loading...