Remove acme.util

This commit is contained in:
Jakub Warmuz
2015-06-28 09:27:17 +00:00
parent 62e7eb236d
commit cfbd33809e
-9
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)))