[FIX] Remove the upgrade option

bzr revid: stephane@tinyerp.com-20081224001853-kg9vmlk6aixck2ct
This commit is contained in:
Stephane Wirtel 2008-12-24 01:18:53 +01:00
parent 2d47371f0e
commit 203194ce45
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class configmanager(object):
if getattr(opt, arg):
self.options[arg] = getattr(opt, arg)
keys = ['language', 'translate_out', 'translate_in', 'upgrade', 'debug_mode',
keys = ['language', 'translate_out', 'translate_in', 'debug_mode',
'stop_after_init', 'without_demo', 'netrpc', 'xmlrpc', 'syslog']
if hasSSL: