mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
crypto imports cleanup
This commit is contained in:
parent
02e7154c0d
commit
e276f2aa6b
3 changed files with 3 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ import logging
|
|||
import os
|
||||
import pkg_resources
|
||||
|
||||
import OpenSSL.crypto
|
||||
import OpenSSL
|
||||
import zope.component
|
||||
|
||||
from acme import jose
|
||||
|
|
|
|||
|
|
@ -6,8 +6,7 @@ import socket
|
|||
import sys
|
||||
import time
|
||||
|
||||
import OpenSSL.crypto
|
||||
import OpenSSL.SSL
|
||||
import OpenSSL
|
||||
import zope.component
|
||||
import zope.interface
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,7 @@ import socket
|
|||
import unittest
|
||||
|
||||
import mock
|
||||
import OpenSSL.crypto
|
||||
import OpenSSL.SSL
|
||||
import OpenSSL
|
||||
|
||||
from acme import challenges
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue