API.finalize() now cascades call to API.load_plugins()

This commit is contained in:
Jason Gerard DeRose 2008-10-31 12:29:59 -06:00
parent a360b6479c
commit 140458cfc6
2 changed files with 1 additions and 2 deletions

View File

@ -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):
"""

View File

@ -145,7 +145,6 @@ class LoggingSimpleXMLRPCRequestHandler(SimpleXMLRPCServer.SimpleXMLRPCRequestHa
if __name__ == '__main__':
api.bootstrap(context='server')
api.load_plugins()
api.finalize()
logger = api.log