summaryrefslogtreecommitdiffstats
path: root/custodia/root.py
diff options
context:
space:
mode:
Diffstat (limited to 'custodia/root.py')
-rw-r--r--custodia/root.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/custodia/root.py b/custodia/root.py
index 4cde152..aba49c3 100644
--- a/custodia/root.py
+++ b/custodia/root.py
@@ -1,8 +1,9 @@
# Copyright (C) 2015 Custodia Project Contributors - see LICENSE file
+import json
+
from custodia.httpd.consumer import HTTPConsumer
from custodia.secrets import Secrets
-import json
class Root(HTTPConsumer):