bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 23 Nov 2009 20:16:40 +0100
branchstable
changeset 3911 9dbabbca03df
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-debian-version-3.5.6-1 for changeset 5f7c939301a1

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