mirror of
https://github.com/certbot/certbot.git
synced 2026-01-23 07:20:55 +03:00
import M2Crypto.X509 -> import M2Crypto
This commit is contained in:
@@ -4,7 +4,7 @@ import pkg_resources
|
||||
import unittest
|
||||
|
||||
import Crypto.PublicKey.RSA
|
||||
import M2Crypto.X509
|
||||
import M2Crypto
|
||||
|
||||
from letsencrypt.acme import errors
|
||||
from letsencrypt.acme import jose
|
||||
|
||||
@@ -3,7 +3,7 @@ import pkg_resources
|
||||
import unittest
|
||||
|
||||
import Crypto.PublicKey.RSA
|
||||
import M2Crypto.X509
|
||||
import M2Crypto
|
||||
|
||||
from letsencrypt.acme import challenges
|
||||
from letsencrypt.acme import errors
|
||||
|
||||
@@ -3,7 +3,7 @@ import binascii
|
||||
import json
|
||||
import pkg_resources
|
||||
|
||||
import M2Crypto.X509
|
||||
import M2Crypto
|
||||
import zope.interface
|
||||
|
||||
from letsencrypt.acme import errors
|
||||
|
||||
@@ -5,7 +5,7 @@ import os
|
||||
import pkg_resources
|
||||
import unittest
|
||||
|
||||
import M2Crypto.X509
|
||||
import M2Crypto
|
||||
import zope.interface
|
||||
|
||||
from letsencrypt.acme import errors
|
||||
|
||||
Reference in New Issue
Block a user