bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 27 Jan 2016 08:38:04 +0100
changeset 11303 891f3ecdbf7f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] rephrase minor bits of the meta generator

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