bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 23 Oct 2012 12:12:43 +0200
branchstable
changeset 8590 c9e04bf7690a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[js/ajax] documentation of 'reload' is missing an argument

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