bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 22 Jun 2016 14:35:43 +0200
changeset 11364 a702d31ddd8f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration] Reserialize all constraints since yams introduce new JSON serializing format So we may drop support for older format in yams at some point.

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