diff -r 31412adee482 -r dc6d44e69a70 web/webctl.py --- a/web/webctl.py Wed Jun 03 09:09:33 2009 +0200 +++ b/web/webctl.py Thu Apr 04 13:49:34 2019 +0200 @@ -12,7 +12,7 @@ class WebCreateHandler(CommandHandler): cmdname = 'create' - + def bootstrap(self, cubes, inputlevel=0): """bootstrap this configuration""" print '** generic web configuration' @@ -23,9 +23,8 @@ print '-' * 72 config.input_config('pyro-client', inputlevel) if confirm('allow anonymous access', False): - config.global_set_option('anonymous-user', 'anon') - config.global_set_option('anonymous-password', 'anon') - + config.global_set_option('anonymous-user', 'anon') + config.global_set_option('anonymous-password', 'anon') + def postcreate(self): """hooks called once application's initialization has been completed""" -