bin/cubicweb-ctl
author Alexandre Richardson <alexandre.richardson@logilab.fr>
Fri, 10 Jun 2016 16:45:20 +0200
changeset 11277 baed516c6f6e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server,bfss] fix bfss migration test for python 3 (related #13519541)

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