bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 21 Apr 2010 16:53:47 +0200
branchstable
changeset 5368 d321e4b62a10
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[book] start documenting the HTML form system

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