bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 20 Jun 2011 14:52:19 +0200
changeset 7542 86e9632a4e9c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
fix 3.13.0 migration script (closes #1766202)

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