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 --- tests/test_ipaserver/test_rpcserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_ipaserver') diff --git a/tests/test_ipaserver/test_rpcserver.py b/tests/test_ipaserver/test_rpcserver.py index effac4b3..12d37ca3 100644 --- a/tests/test_ipaserver/test_rpcserver.py +++ b/tests/test_ipaserver/test_rpcserver.py @@ -25,7 +25,7 @@ from tests.util import create_test_api, raises, PluginTester from tests.data import unicode_str from ipalib import errors, Command from ipaserver import rpcserver -import json +from ipalib.compat import json def test_params_2_args_options(): -- cgit