bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 26 Aug 2010 11:35:02 +0200
branchstable
changeset 6160 12038ca95f0f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-version-3.9.5 for changeset 0a1fce8ddc67

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