Switch away from six moves shims.
Review Request #11981 — Created Jan. 22, 2022 and submitted — Latest diff uploaded
Now that we're Python 3 only, we don't need to use the six library to
handle relocated or renamed APIs. This change gets rid of all the
six.moves
usage.
Ran unit tests.
Diff Revision 2 (Latest)
orig
1
2
Commits
Files
reviewboard/hostingsvcs/beanstalk.py |
---|
reviewboard/hostingsvcs/bitbucket.py |
---|
reviewboard/hostingsvcs/codebasehq.py |
---|
reviewboard/hostingsvcs/gerrit.py |
---|
reviewboard/hostingsvcs/github.py |
---|
reviewboard/hostingsvcs/gitlab.py |
---|
reviewboard/hostingsvcs/kiln.py |
---|
reviewboard/hostingsvcs/rbgateway.py |
---|
reviewboard/hostingsvcs/service.py |
---|
reviewboard/hostingsvcs/unfuddle.py |
---|
reviewboard/hostingsvcs/testing/testcases.py |
---|
reviewboard/hostingsvcs/tests/test_api_paginator.py |
---|
reviewboard/hostingsvcs/tests/test_gerrit.py |
---|
reviewboard/hostingsvcs/tests/test_unfuddle.py |
---|
reviewboard/hostingsvcs/utils/paginator.py |
---|
reviewboard/notifications/webhooks.py |
---|
reviewboard/notifications/tests/test_email_sending.py |
---|
reviewboard/notifications/tests/test_webhooks.py |
---|
reviewboard/reviews/fields.py |
---|
reviewboard/reviews/ui/image.py |
---|