bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 09 Dec 2010 15:38:12 +0100
brancholdstable
changeset 6738 5fc4b6b8e2af
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkginfo|debian/control] adjust ldb version

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