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:24:29 -0500
commitdc5c6b18212e35b420572184d25056415ffeedc5 (patch)
tree231f343dce89a8ee789cda6883b4d1b30fd10368 /tests/test_ipaserver
parentf2d3f916808fbfcf2ea35c6aa7a9eeca1ed5f492 (diff)
downloadfreeipa.git-dc5c6b18212e35b420572184d25056415ffeedc5.tar.gz
freeipa.git-dc5c6b18212e35b420572184d25056415ffeedc5.tar.xz
freeipa.git-dc5c6b18212e35b420572184d25056415ffeedc5.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 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):