bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 31 Jul 2009 14:18:53 +0200
branchstable
changeset 2588 3a590ff82e99
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[F schema serial] #344876: missing some 'is'/'is_instance_of' relation for newly created instances

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