Get rid of __future__ imports
Review Request #11944 — Created Jan. 20, 2022 and submitted — Latest diff uploaded
Now that Djblets is Python 3.7+, we don't need to import stuff from
__future__
in every file. This change does that, and removes some old
leftover per-file copyright headers while I'm in there.
Ran unit tests.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
Commits
Files
djblets/gravatars/templatetags/tests.py |
---|
djblets/http/middleware.py |
---|
djblets/integrations/apps.py |
---|
djblets/integrations/errors.py |
---|
djblets/integrations/forms.py |
---|
djblets/integrations/hooks.py |
---|
djblets/integrations/integration.py |
---|
djblets/integrations/manager.py |
---|
djblets/integrations/middleware.py |
---|
djblets/integrations/mixins.py |
---|
djblets/integrations/models.py |
---|
djblets/integrations/urls.py |
---|
djblets/integrations/views.py |
---|
djblets/integrations/templatetags/integrations.py |
---|
djblets/integrations/tests/models.py |
---|
djblets/integrations/tests/test_forms.py |
---|
djblets/integrations/tests/test_hooks.py |
---|
djblets/integrations/tests/test_integration.py |
---|
djblets/integrations/tests/test_manager.py |
---|
djblets/integrations/tests/test_models.py |
---|