bin/cubicweb-ctl
author Celso Flores <jcelsoflores@gmail.com>
Wed, 22 Apr 2009 21:06:40 -0500
changeset 1594 3ba1a95b090f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
traduccion

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