bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 23 Sep 2009 16:31:27 +0200 (2009-09-23)
branchstable
changeset 3440 1d085e170beb
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
typo fix
#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])