mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
warning: we apparently need to replace urllib2
This commit is contained in:
parent
dce90e945c
commit
581c362d97
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import M2Crypto
|
|||
# It is OK to use the upstream M2Crypto here instead of our modified
|
||||
# version.
|
||||
import urllib2
|
||||
# XXX TODO: per https://docs.google.com/document/pub?id=1roBIeSJsYq3Ntpf6N0PIeeAAvu4ddn7mGo6Qb7aL7ew, urllib2 is unsafe (!) and must be replaced
|
||||
import os, grp, pwd, sys, time, random, sys
|
||||
import hashlib
|
||||
import subprocess
|
||||
|
|
|
|||
Loading…
Reference in a new issue