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 2 (Latest)
orig
1
2
Commits
Files
djblets/pipeline/settings.py |
---|
djblets/pipeline/compilers/es6.py |
---|
djblets/pipeline/compilers/less.py |
---|
djblets/pipeline/tests/test_less_compiler.py |
---|
djblets/privacy/apps.py |
---|
djblets/privacy/models.py |
---|
djblets/privacy/pii.py |
---|
djblets/privacy/consent/__init__.py |
---|
djblets/privacy/consent/base.py |
---|
djblets/privacy/consent/common.py |
---|
djblets/privacy/consent/errors.py |
---|
djblets/privacy/consent/forms.py |
---|
djblets/privacy/consent/hooks.py |
---|
djblets/privacy/consent/registry.py |
---|
djblets/privacy/consent/tracker.py |
---|
djblets/privacy/consent/views.py |
---|
djblets/privacy/evolutions/__init__.py |
---|
djblets/privacy/evolutions/audit_indentifier.py |
---|
djblets/privacy/evolutions/update_app_label.py |
---|
djblets/privacy/templatetags/djblets_privacy.py |
---|