summaryrefslogtreecommitdiffstats
path: root/ipawebui
diff options
context:
space:
mode:
Diffstat (limited to 'ipawebui')
-rw-r--r--ipawebui/controllers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipawebui/controllers.py b/ipawebui/controllers.py
index 616a2184..42f1477b 100644
--- a/ipawebui/controllers.py
+++ b/ipawebui/controllers.py
@@ -21,7 +21,7 @@ Controllers.
"""
from wehjit import util
-import json
+from ipalib.compat import json
class JSON(object):