bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Sat, 06 Feb 2010 10:34:26 +0100
branchstable
changeset 4485 5f99eb0b99f7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
initialize property once initialization has been fully completed, close #666573

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