web/webctl.py
branchtls-sprint
changeset 1802 d628defebc17
parent 1132 96752791c2b6
child 1977 606923dff11b
--- 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"""
-