bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 15 Sep 2010 15:00:04 +0200
branchstable
changeset 6246 62e25fac41cd
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[views/reledit] refactor composite handling

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