1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-08 04:02:10 +03:00

Removed Python legacy __future__ imports (#8697)

There are still some left, but the `modification_check` test fails. Some are still in `tools`, and they can probably be removed as well. `with_statement` was introduced officially in Python 2.5, so there's really old stuff in the code base.
This commit is contained in:
Mads Jensen
2021-03-06 01:53:20 +01:00
committed by GitHub
parent 94dc6936e7
commit c02b2d30f2
25 changed files with 6 additions and 38 deletions

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env python
"""Uses pip to upgrade Python packaging tools to pinned versions."""
from __future__ import absolute_import
import os
import pip_install