]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Remove '__future__.absolute_import' imports
authorStephen Finucane <stephen@that.guru>
Mon, 17 Sep 2018 13:56:36 +0000 (14:56 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 19 Sep 2018 10:34:42 +0000 (11:34 +0100)
commit14a152e9cbc4c0e74669c7fb781997041d2f11d6
tree2703e4889e74c37bfc665b36cc6064bd6f14b96f
parent3ddb9ca19da410ff89d51789f72baf4bcd7e0ab0
Remove '__future__.absolute_import' imports

These were added as part of the Python 3 support series but are not
required and can be safely removed.

Signed-off-by: Stephen Finucane <stephen@that.guru>
17 files changed:
patchwork/admin.py
patchwork/fields.py
patchwork/filters.py
patchwork/models.py
patchwork/paginator.py
patchwork/settings/dev.py
patchwork/settings/production.example.py
patchwork/templatetags/listurl.py
patchwork/templatetags/patch.py
patchwork/templatetags/person.py
patchwork/templatetags/project.py
patchwork/templatetags/syntax.py
patchwork/tests/test_bundles.py
patchwork/tests/test_completion.py
patchwork/tests/test_detail.py
patchwork/tests/test_list.py
patchwork/views/xmlrpc.py