bin/cubicweb-ctl
author Celso Flores <jcelsoflores@gmail.com>
Wed, 22 Apr 2009 23:28:56 -0500
changeset 1596 467658e9ca0f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Translation bug fixed

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