1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Remove acme.util

This commit is contained in:
Jakub Warmuz
2015-06-28 09:27:17 +00:00
parent 62e7eb236d
commit cfbd33809e

View File

@@ -1,9 +0,0 @@
"""ACME utilities."""
import json
import pkg_resources
def load_schema(name):
"""Load JSON schema from distribution."""
return json.load(open(pkg_resources.resource_filename(
__name__, "schemata/%s.json" % name)))