bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 29 Jan 2016 15:08:13 +0100
changeset 11307 74f5814ecdf0
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] rename nohook store .source attribute so it's clearly not the samething as metagenerator.source. Also add a bit of doc along the way.

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