bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 23 Apr 2013 12:01:14 +0200
changeset 8895 bda63114015c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[ldapuser] Deprecated the source We have ldapfeed for some time. maintaining both is cumbersome. This old style source will be dropped in 3.18. closes #2567712

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