bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 09 Jan 2013 16:04:26 +0100
branchstable
changeset 8641 459d0c48dfaf
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] fix possible views test (closes #2544358)

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