Removed depreciated import of errors in frontend.py

This commit is contained in:
Jason Gerard DeRose
2009-01-23 13:08:24 -07:00
committed by Rob Crittenden
parent 0313f03277
commit e0b00d5981
3 changed files with 7 additions and 5 deletions

View File

@@ -41,7 +41,9 @@ def params_2_args_options(params):
class xmlserver(Backend):
"""
Execution backend for XML-RPC server.
Execution backend plugin for XML-RPC server.
Also see the `ipalib.rpc.xmlclient` plugin.
"""
def dispatch(self, method, params):