[FIX] config blacklist stop_after_init

bzr revid: al@openerp.com-20111220164554-ygdxgz6zpecf7geh
This commit is contained in:
Antony Lesuisse 2011-12-20 17:45:54 +01:00
parent c69758e11c
commit aa9f466119
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class configmanager(object):
# Not exposed in the configuration file.
self.blacklist_for_save = set(
['publisher_warranty_url', 'load_language', 'root_path',
'init', 'save', 'config', 'update'])
'init', 'save', 'config', 'update', 'stop_after_init'])
# dictionary mapping option destination (keys in self.options) to MyOptions.
self.casts = {}