bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 30 Jul 2013 17:09:02 +0200
branchstable
changeset 9203 c7ba8e5d2e45
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[i18n] cleanup dead code also fix small bug introduced in b0f6e8c14e7f

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