summaryrefslogtreecommitdiffstats
path: root/tests/test_ipaserver
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2012-02-07 08:22:14 -0500
committerRob Crittenden <rcritten@redhat.com>2012-02-13 22:22:49 -0500
commit64883787645cc972e1b6f905a235e0f4df8fcf2a (patch)
tree6b196d45983a54e9eb8fab8bc6c20a36acd0a628 /tests/test_ipaserver
parente5c07508060bdafb315c25cd712ceb23508ab20a (diff)
downloadfreeipa-64883787645cc972e1b6f905a235e0f4df8fcf2a.tar.gz
freeipa-64883787645cc972e1b6f905a235e0f4df8fcf2a.tar.xz
freeipa-64883787645cc972e1b6f905a235e0f4df8fcf2a.zip
Move the compat module from ipalib to ipapython.
Fixes import problems trying to import just ipalib/compat.py. https://fedorahosted.org/freeipa/ticket/754
Diffstat (limited to 'tests/test_ipaserver')
-rw-r--r--tests/test_ipaserver/test_rpcserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ipaserver/test_rpcserver.py b/tests/test_ipaserver/test_rpcserver.py
index 339275d88..9aa16d0ce 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):