bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 23 Jul 2012 22:45:32 +0200
branchstable
changeset 8491 8c526cc46dc6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] add passlib to list of dependencies

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