From 4a350213b738045635a73ace341946b7f7406cb3 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Fri, 16 Oct 2009 11:58:28 -0600 Subject: Fixed 'import json' for simplejson compatability --- ipawebui/controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipawebui') 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): -- cgit