bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 01 Dec 2009 12:00:20 +0100
branchstable
changeset 3954 56a8b14d68aa
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
properly fail if user has entered wrong connection information for the system database, closes #549136

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