bin/cubicweb-ctl
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 18 Jun 2015 14:43:06 +0200
changeset 10402 e3c20f4d1a7c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] typo in entities test comment

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