bin/cubicweb-ctl
author Florent Cayre <florent.cayre@logilab.fr>
Thu, 09 Jan 2014 10:53:45 +0100
changeset 9384 430859af32c6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[breadcrumbs] Small breadcrumb components refactoring * use `open_breadcrumbs` and `close_breadcrumbs` methods where applicable in the BreadCrumbEntityVComponent hierarchy * include the first separator related code in `open_breadcrumbs` to avoid code duplication Closes #3223911.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])