mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Renamed API.bootstrap_from_options() to bootstrap_with_global_options()
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user