Switch away from six moves shims.

Review Request #11981 — Created Jan. 22, 2022 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

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.

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
This diff has been split across 3 pages: < 1 2 3 >
Loading...