bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 22 Sep 2009 11:13:54 +0200
branchstable
changeset 3367 75cc4aa76fb1
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-version-3.5.2 for changeset 1f0aa3cd5af2

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