bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 29 Apr 2010 14:34:13 +0200
brancholdstable
changeset 5441 9ffda7b0d772
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-debian-version-3.7.5-1 for changeset 2d0982252e8d

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