bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 26 May 2011 14:38:49 +0200
changeset 7469 f8c983afbf8e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] update cubicweb/test/unittest_schema.py (to follow yams#.....)

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