Get rid of __future__ imports from remaining files.

Review Request #12148 — Created March 14, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

We had a handful of files left that still had __future__ imports,
almost entirely outside of the reviewboard directory (though two had
come up there from merges from other branches). This change gets rid of
those.

  • Ran unit tests.
  • Ran some utility scripts like devserver.py

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Get rid of __future__ imports from remaining files.
We had a handful of files left that still had `__future__` imports, almost entirely outside of the `reviewboard` directory (though two had come up there from merges from other branches). This change gets rid of those. Testing Done: - Ran unit tests. - Ran some utility scripts like devserver.py
08d723e420a74739ee7f3910085029c8898493b1 David Trowbridge
conftest.py
setup.py
contrib/conf/settings_local.py.tmpl
contrib/docker/build.py
contrib/internal/build-i18n.py
contrib/internal/build-media.py
contrib/internal/devserver.py
contrib/internal/prepare-dev.py
contrib/internal/run-pyflakes.py
contrib/internal/test-upgrade.py
contrib/internal/webapi-lint.py
contrib/profiling/gather_profile_stats.py
contrib/profiling/print_info.py
docs/manual/_ext/webapidocs.py
docs/manual/extending/extensions/hooks/integration-hook.rst
reviewboard/diffviewer/testing/mixins.py
reviewboard/diffviewer/tests/test_download_patch_error_bundle_view.py
Loading...