# HG changeset patch # User Denis Laxalde # Date 1488182733 -3600 # Node ID d6e2b6d564329b21c9f4bd57ad487728ab24422e # Parent 18aafce99b491d1683cb4fd0a10ae9877135965d [cwctl] Drop message about 'the pyramid cube' in "start" command This is shown when twisted is not importable and we suggest to use 'cubicweb pyramid ' instead. Since 3.24, cubicweb-pyramid got merge in cubicweb so drop this reference in the message. diff -r 18aafce99b49 -r d6e2b6d56432 cubicweb/cwctl.py --- a/cubicweb/cwctl.py Mon Feb 27 16:57:59 2017 +0100 +++ b/cubicweb/cwctl.py Mon Feb 27 09:05:33 2017 +0100 @@ -514,7 +514,7 @@ "Twisted is required by the 'start' command\n" "Either install it, or use one of the alternative commands:\n" "- '{ctl} wsgi {appid}'\n" - "- '{ctl} pyramid {appid}' (requires the pyramid cube)\n") + "- '{ctl} pyramid {appid}'\n") raise ExecutionError(msg.format(ctl='cubicweb-ctl', appid=appid)) config = cwcfg.config_for(appid, debugmode=self['debug']) # override config file values with cmdline options