bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 04 Apr 2014 12:39:59 +0200
changeset 9663 f512d72a1dc4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[repository] 'session' argument is always given to type[_and_source]_from_eid, make it mandatory and simplify code accordingly

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