bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Fri, 02 Mar 2012 09:57:47 +0100
branchstable
changeset 8294 73c9f22064b3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-debian-version-3.14.5-1 for changeset 55fc796ed5d5

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