diff -r 672acc730ce5 -r d628defebc17 web/webctl.py --- a/web/webctl.py Thu May 14 10:24:56 2009 +0200 +++ b/web/webctl.py Thu May 14 11:38:40 2009 +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""" -