bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 02 Mar 2010 14:39:06 +0100
branchstable
changeset 4742 fac80328a6a3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[primary] navcontentbottom sections should be in the content table as navcontenttop

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