bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 15 Jan 2015 16:49:32 +0100
changeset 10201 989bbadbcd8d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Add foreign key for inline relations Related to #4846892

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