bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 11 Sep 2009 16:19:58 +0200
branchstable
changeset 3186 24ea70f19a48
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-version-3.4.9 for changeset e916f1e856c8

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