From 64883787645cc972e1b6f905a235e0f4df8fcf2a Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 7 Feb 2012 08:22:14 -0500 Subject: Move the compat module from ipalib to ipapython. Fixes import problems trying to import just ipalib/compat.py. https://fedorahosted.org/freeipa/ticket/754 --- tests/test_ipaserver/test_rpcserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_ipaserver/test_rpcserver.py') diff --git a/tests/test_ipaserver/test_rpcserver.py b/tests/test_ipaserver/test_rpcserver.py index 339275d8..9aa16d0c 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, assert_equal, raises, PluginTester from tests.data import unicode_str from ipalib import errors, Command from ipaserver import rpcserver -from ipalib.compat import json +from ipapython.compat import json class StartResponse(object): -- cgit