bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 16 May 2012 09:57:57 +0200
changeset 8410 eb6a607a0067
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration] do not crash if the conf file is already migrated (closes #2361061)

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