992
991
"""Save the config file, only tests should use it for now."""
993
992
conf_dir = os.path.dirname(self._filename)
994
993
ensure_config_dir_exists(conf_dir)
997
1000
def _set_option(self, section_name, option_name, value):
998
1001
"""Set an authentication configuration option"""