bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 06 Mar 2017 15:01:41 +0100
changeset 11999 f69288934d66
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server] Drop inexistent "bootstrap" argument in Repository initialization This is a missing bit from 5de78b6fff2e. Unfortunately this code appears to be uncovered by our test suite.

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