summaryrefslogtreecommitdiffstats
path: root/custodia/root.py
diff options
context:
space:
mode:
Diffstat (limited to 'custodia/root.py')
-rw-r--r--custodia/root.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/custodia/root.py b/custodia/root.py
index ae11b2d..d02557a 100644
--- a/custodia/root.py
+++ b/custodia/root.py
@@ -1,7 +1,7 @@
# Copyright (C) 2015 Custodia Project Contributors - see LICENSE file
import json
-from custodia.http.consumer import HTTPConsumer
+from custodia.httpd.consumer import HTTPConsumer
class Root(HTTPConsumer):