mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
API.finalize() now cascades call to API.load_plugins()
This commit is contained in:
parent
a360b6479c
commit
140458cfc6
@ -802,7 +802,7 @@ class API(DictProxy):
|
||||
already.
|
||||
"""
|
||||
self.__doing('finalize')
|
||||
self.__do_if_not_done('bootstrap')
|
||||
self.__do_if_not_done('load_plugins')
|
||||
|
||||
class PluginInstance(object):
|
||||
"""
|
||||
|
@ -145,7 +145,6 @@ class LoggingSimpleXMLRPCRequestHandler(SimpleXMLRPCServer.SimpleXMLRPCRequestHa
|
||||
|
||||
if __name__ == '__main__':
|
||||
api.bootstrap(context='server')
|
||||
api.load_plugins()
|
||||
api.finalize()
|
||||
logger = api.log
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user