mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Clean imports in pipstrap
This commit is contained in:
parent
96cf1e7ea9
commit
1e3f56ef1b
1 changed files with 0 additions and 3 deletions
|
|
@ -1,10 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
"""Uses pip to upgrade Python packaging tools to pinned versions."""
|
||||
from __future__ import absolute_import
|
||||
|
||||
import os
|
||||
import shutil
|
||||
import tempfile
|
||||
|
||||
import pip_install
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue