bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 27 Aug 2009 12:17:18 +0200
branch3.5
changeset 3032 f0ae6a5aba3e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
integrate fix made for shingouz, let's see if it breaks something

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