Remove use of six

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

Information

Djblets
release-3.x

Reviewers

This change removes the remainder of the uses of the six library from
Djblets.

In conjunction with other changes, 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
Remove use of six
This change removes the remainder of the uses of the `six` library from Djblets. Testing Done: In conjunction with other changes, ran unit tests.
f0f55f7be56a41afe8bff567a993f05df6302e19 David Trowbridge
This diff has been split across 5 pages: < 1 2 3 4 5
djblets/webapi/fields.py
djblets/webapi/managers.py
djblets/webapi/models.py
djblets/webapi/oauth2_scopes.py
djblets/webapi/responses.py
djblets/webapi/auth/backends/base.py
djblets/webapi/resources/base.py
djblets/webapi/resources/registry.py
djblets/webapi/resources/root.py
djblets/webapi/resources/mixins/api_tokens.py
djblets/webapi/resources/mixins/forms.py
djblets/webapi/testing/testcases.py
djblets/webapi/tests/test_api_policy.py
djblets/webapi/tests/test_decorators.py
djblets/webapi/tests/test_fields.py
djblets/webapi/tests/test_oauth2_scopes.py
djblets/webapi/tests/test_webapiresource.py
This diff has been split across 5 pages: < 1 2 3 4 5
Loading...