Merge pull request #77 from kuba/style-1

Revert acme to 43ae01b
This commit is contained in:
James Kasten
2014-11-25 01:46:54 -08:00
+4 -3
View File
@@ -10,8 +10,8 @@ from letsencrypt.client import le_util
SCHEMATA = dict([
(schema, json.load(open(pkg_resources.resource_filename(
__name__, "schemata/%s.json" % schema))))
for schema in ["authorization",
__name__, "schemata/%s.json" % schema)))) for schema in [
"authorization",
"authorizationRequest",
"certificate",
"certificateRequest",
@@ -21,7 +21,8 @@ SCHEMATA = dict([
"error",
"revocation",
"revocationRequest",
"statusRequest"]
"statusRequest",
]
])