Remove use of six
Review Request #11939 — Created Jan. 19, 2022 and submitted — Latest diff uploaded
This change removes the remainder of the uses of the
six
library from
Djblets.
In conjunction with other changes, ran unit tests.
Diff Revision 2 (Latest)
orig
1
2
Commits
Files
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 |
---|