mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Use josepy instead of acme.jose. (#5203)
This commit is contained in:
committed by
Brad Warren
parent
8bc785ed46
commit
2abc94661a
@@ -5,11 +5,10 @@ import pkg_resources
|
||||
import tempfile
|
||||
import unittest
|
||||
|
||||
import josepy as jose
|
||||
import mock
|
||||
import zope.component
|
||||
|
||||
from acme import jose
|
||||
|
||||
from certbot import configuration
|
||||
|
||||
from certbot.tests import util as test_util
|
||||
|
||||
Reference in New Issue
Block a user