bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 09 Jan 2013 14:27:51 +0100
branchstable
changeset 8678 1771d4b0fa0d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc/ldap] update the ldap chapter wrt the ldapfeed source type (closes #2551863)

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