author | Julien Cristau <julien.cristau@logilab.fr> |
Fri, 22 Feb 2013 12:25:44 +0100 | |
changeset 1422 | 1a1f0cf913bf |
parent 1421 | 00b78e701b79 |
child 1423 | 1be356f57039 |
--- a/migration/postcreate.py Wed Jan 16 17:40:11 2013 +0100 +++ b/migration/postcreate.py Fri Feb 22 12:25:44 2013 +0100 @@ -16,7 +16,3 @@ recipes.create_quick_recipe(session) recipes.create_full_recipe(session) -if not config['pyro-server']: - config.global_set_option('pyro-server', True) - config.save() -