diff options
Diffstat (limited to 'ipawebui')
-rw-r--r-- | ipawebui/controllers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipawebui/controllers.py b/ipawebui/controllers.py index 616a21840..42f1477bc 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): |