From c8b3f6516513dc3e5948fe8280c3f159ad122684 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Mon, 27 Oct 2008 00:41:37 -0600 Subject: Removed depreciated load_plugins.py module; changed all places where load_plugins was imported to now call api.load_plugins() --- ipa_server/mod_python_xmlrpc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ipa_server/mod_python_xmlrpc.py') diff --git a/ipa_server/mod_python_xmlrpc.py b/ipa_server/mod_python_xmlrpc.py index 814b1f65..450f4a51 100644 --- a/ipa_server/mod_python_xmlrpc.py +++ b/ipa_server/mod_python_xmlrpc.py @@ -46,11 +46,12 @@ from ipalib import config from ipa_server import conn from ipa_server.servercore import context from ipa_server.servercore import ipautil -import ipalib.load_plugins from ipalib.util import xmlrpc_unmarshal import string +api.load_plugins() + # Global list of available functions gfunctions = {} -- cgit