bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 27 Jan 2011 18:29:17 +0100
branchstable
changeset 6910 bab54e22f94d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
fix test broken by addition of new entity in test schema

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