[cwctl] Drop message about 'the pyramid cube' in "start" command
authorDenis Laxalde <denis.laxalde@logilab.fr>
Mon, 27 Feb 2017 09:05:33 +0100
changeset 11991 d6e2b6d56432
parent 11990 18aafce99b49
child 11992 fa1837a85708
[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 <appid>' instead. Since 3.24, cubicweb-pyramid got merge in cubicweb so drop this reference in the message.
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