Remove use of six

Review Request #11939 — Created Jan. 19, 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.

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...