bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 14 May 2012 15:25:41 +0200
branchstable
changeset 8407 6874eb7a08e8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[logs table view] properly translate level buy using the correct msgid. Closes #2356329

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