bin/cubicweb-ctl
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Fri, 10 Feb 2012 10:45:17 +0100
changeset 8210 1d1cfc97f6b9
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration] fire hooks in postcreate by default (closes #1417110) also turn usage of hooks_control to relevent session's method

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