bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 04 Apr 2014 14:48:51 +0200
changeset 9662 f13ae1fea212
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[repository] 'session' argument is always given to extid2eid, make it mandatory and simplify code accordingly

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