Add missing acme.jose attribute. (#6637)

Fixes the problem at https://github.com/certbot/certbot/pull/6592#discussion_r245106383.

The tests use `eval` which neither myself or `pylint` like very much. I started to change this by splitting the path we wanted to test and repeatedly calling `getattr`, but it didn't seem worth the effort to me.

* Add missing acme.jose attribute.

* update changelog
This commit is contained in:
Brad Warren
2019-01-03 12:46:25 -08:00
committed by GitHub
parent 3cb6d6c25b
commit ec297ccf72
3 changed files with 19 additions and 8 deletions
+3 -2
View File
@@ -14,13 +14,14 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
### Fixed
*
* Fixed accessing josepy contents through acme.jose when the full acme.jose
path is used.
Despite us having broken lockstep, we are continuing to release new versions of
all Certbot components during releases for the time being, however, the only
package with changes other than its version number was:
*
* acme
More details about these changes can be found on our GitHub repo.