mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
Use josepy instead of acme.jose. (#5203)
This commit is contained in:
committed by
Brad Warren
parent
8bc785ed46
commit
2abc94661a
@@ -6,7 +6,8 @@ import re
|
||||
import shutil
|
||||
import tarfile
|
||||
|
||||
from acme import jose
|
||||
import josepy as jose
|
||||
|
||||
from acme import test_util
|
||||
from certbot import constants
|
||||
|
||||
|
||||
Reference in New Issue
Block a user