Renamed API.bootstrap_from_options() to bootstrap_with_global_options()

This commit is contained in:
Jason Gerard DeRose
2008-10-31 19:03:07 -06:00
parent 5269d1396c
commit 5e5a83e4e8
3 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ class LoggingSimpleXMLRPCRequestHandler(SimpleXMLRPCServer.SimpleXMLRPCRequestHa
if __name__ == '__main__':
api.bootstrap_from_options(context='server')
api.bootstrap_with_global_options(context='server')
api.finalize()
logger = api.log