mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
need to import subprocess
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
from chocolate_protocol_pb2 import chocolatemessage
|
||||
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
|
||||
# version.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user