Get rid of __future__ imports from remaining files.
Review Request #12148 — Created March 14, 2022 and submitted — Latest diff uploaded
We had a handful of files left that still had
__future__
imports,
almost entirely outside of thereviewboard
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
Files
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 |
---|