bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 02 Sep 2009 09:17:23 +0200
branchstable
changeset 3081 f7e41995a18b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
oops, that fix should be done in stable as well

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