mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Correct pipstrap docstring.
This commit is contained in:
parent
9289f8b225
commit
a1c3e010e3
1 changed files with 1 additions and 6 deletions
|
|
@ -1,10 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
"""Uses pip to install or upgrade Python packaging tools.
|
||||
|
||||
pip_install.py is used to accomplish this so packages like pip can be
|
||||
pinned the same way as our other packages.
|
||||
|
||||
"""
|
||||
"""Uses pip to upgrade Python packaging tools to pinned versions."""
|
||||
from __future__ import absolute_import
|
||||
|
||||
import os
|
||||
|
|
|
|||
Loading…
Reference in a new issue