bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 16 Feb 2010 10:33:48 +0100
changeset 4595 bb08a75832e6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
backport crypto/captcha utilities from the registration cube

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