bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 06 Aug 2010 17:34:24 +0200
branchstable
changeset 6072 9d83b214066a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[db-create] fix bug introduced by 6060:353bec342e2a (we ask for user while in non verbose mode)

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