mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 10:51:53 +02:00
need to import subprocess
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
from chocolate_protocol_pb2 import chocolatemessage
|
from chocolate_protocol_pb2 import chocolatemessage
|
||||||
import M2Crypto
|
import M2Crypto
|
||||||
import urllib2, os, sys, time, random, sys, hashlib
|
import urllib2, os, sys, time, random, sys, hashlib, subprocess
|
||||||
# It is OK to use the upstream M2Crypto here instead of our modified
|
# It is OK to use the upstream M2Crypto here instead of our modified
|
||||||
# version.
|
# version.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user