mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Update pipstrap to 1.1.1.
Report crashes without crashing under Python 2.6.
This commit is contained in:
@@ -41,7 +41,7 @@ except ImportError:
|
|||||||
cmd = kwargs.get("args")
|
cmd = kwargs.get("args")
|
||||||
if cmd is None:
|
if cmd is None:
|
||||||
cmd = popenargs[0]
|
cmd = popenargs[0]
|
||||||
raise CalledProcessError(retcode, cmd, output=output)
|
raise CalledProcessError(retcode, cmd)
|
||||||
return output
|
return output
|
||||||
from sys import exit, version_info
|
from sys import exit, version_info
|
||||||
from tempfile import mkdtemp
|
from tempfile import mkdtemp
|
||||||
@@ -55,7 +55,7 @@ except ImportError:
|
|||||||
from urllib.parse import urlparse # 3.4
|
from urllib.parse import urlparse # 3.4
|
||||||
|
|
||||||
|
|
||||||
__version__ = 1, 1, 0
|
__version__ = 1, 1, 1
|
||||||
|
|
||||||
|
|
||||||
# wheel has a conditional dependency on argparse:
|
# wheel has a conditional dependency on argparse:
|
||||||
|
|||||||
Reference in New Issue
Block a user