bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 30 Jan 2014 16:00:29 +0100
changeset 9487 88a092a665f4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server/sources] replace references to dbapi with repoapi

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