mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
need to import subprocess
This commit is contained in:
parent
1b88b67544
commit
4352ff0e13
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue