diff -r f1fe05d5224e -r 455b503fb7ff cwctl.py --- a/cwctl.py Mon Mar 28 18:53:54 2011 +0200 +++ b/cwctl.py Mon Mar 28 18:56:55 2011 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -343,8 +343,7 @@ cubes, appid = args cubes = splitstrip(cubes) # get the configuration and helper - config = cwcfg.config_for(appid, configname) - config.set_language = False + config = cwcfg.config_for(appid, configname, creating=True) cubes = config.expand_cubes(cubes) config.init_cubes(cubes) helper = self.config_helper(config)