Use josepy instead of acme.jose. (#5203)

This commit is contained in:
Jannis Leidel
2017-12-11 11:25:09 -08:00
committed by Brad Warren
parent 8bc785ed46
commit 2abc94661a
64 changed files with 53 additions and 3422 deletions
+1 -2
View File
@@ -5,11 +5,10 @@ import sys
import unittest
import augeas
import josepy as jose
import mock
import zope.component
from acme import jose
from certbot.display import util as display_util
from certbot.plugins import common