bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 06 Apr 2010 10:11:40 +0200
branchstable
changeset 5147 70181998897f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
more / cleaner / in code documentation of vreg, selectors and appobject

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