summaryrefslogtreecommitdiffstats
path: root/ipalib/rpc.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-01-23 13:08:24 -0700
committerRob Crittenden <rcritten@redhat.com>2009-02-03 15:29:02 -0500
commite0b00d598147f294c88b3cfb1b2218fe4381792a (patch)
tree06ce67961479613f4629060a4d226cd603bbb085 /ipalib/rpc.py
parent0313f03277cf0b3e3b24019fd22734dab65d4860 (diff)
downloadfreeipa-e0b00d598147f294c88b3cfb1b2218fe4381792a.tar.gz
freeipa-e0b00d598147f294c88b3cfb1b2218fe4381792a.tar.xz
freeipa-e0b00d598147f294c88b3cfb1b2218fe4381792a.zip
Removed depreciated import of errors in frontend.py
Diffstat (limited to 'ipalib/rpc.py')
-rw-r--r--ipalib/rpc.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ipalib/rpc.py b/ipalib/rpc.py
index 9e7060d28..803602028 100644
--- a/ipalib/rpc.py
+++ b/ipalib/rpc.py
@@ -207,7 +207,9 @@ class KerbTransport(SafeTransport):
class xmlclient(Backend):
"""
- Forwarding backend for XML-RPC client.
+ Forwarding backend plugin for XML-RPC client.
+
+ Also see the `ipaserver.rpcserver.xmlserver` plugin.
"""
connection_name = 'xmlconn'