bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 25 May 2010 12:20:26 +0200
branchstable
changeset 5580 3e9e6dd54ebb
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration] add migration file commands to follow option group changes

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