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

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