mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
let's use dialog and getopt!
This commit is contained in:
parent
b28e657e65
commit
bff90ee86f
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
from chocolate_protocol_pb2 import chocolatemessage
|
||||
import M2Crypto
|
||||
import urllib2, os, grp, pwd, sys, time, random, sys, hashlib, subprocess
|
||||
import dialog, getopt
|
||||
import sni_challenge
|
||||
import configurator
|
||||
# It is OK to use the upstream M2Crypto here instead of our modified
|
||||
|
|
|
|||
Loading…
Reference in a new issue