cubicweb/__main__.py
author Laurent Peuch <cortex@worlddomination.be>
Tue, 08 Oct 2019 22:14:06 +0200
changeset 12771 70597b447fb7
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[debug-toolbar/display_source_code] add a pyramid view that display syntax highlighted python source file This will be used for tool building for easier debugging. Closes #17256791

from cubicweb.cwctl import run

run()