bin/cubicweb-ctl
author Aurelien Campeas
Wed, 09 Sep 2009 17:57:46 +0200
branch3.5
changeset 3151 5d45c0945bd3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
note about this test under windows

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