bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 26 Mar 2010 06:57:52 +0100
branchstable
changeset 5029 f7709d28fb79
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] fixes when executed under apycot environment (also added ldap1 to test host /etc/hosts)

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