bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 28 Jan 2009 13:07:14 +0100
changeset 494 c47229797d0d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
python 2.4 compat

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