Esempio n. 1
0
def ChangeSpecificOptions( options ):
  current_options = dict( user_options_store.GetAll() )
  current_options.update( options )
  handlers.UpdateUserOptions( current_options )
Esempio n. 2
0
def SetServerStateToDefaults():
    global SERVER_STATE, LOGGER
    LOGGER = logging.getLogger(__name__)
    user_options_store.LoadDefaults()
    SERVER_STATE = server_state.ServerState(user_options_store.GetAll())
    extra_conf_store.Reset()