bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 10 Dec 2009 18:17:28 +0100
branchstable
changeset 4097 bc387c49e02b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
remove redundant line

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