Move BugTracker into reviewboard.hostingsvcs.base.
Review Request #14586 — Created Sept. 4, 2025 and updated — Latest diff uploaded
The rest of our base classes have all been moved into the
reviewboard.hostingsvcs.base
module, but the bug tracker interface was
still in the top-level directory. This change moves it and updates
the services which use it to use the new import.
Ran unit tests.