bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 12 Mar 2013 12:50:05 +0100
changeset 8748 f5027f8d2478
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
drop typed_eid() in favour of int() (closes #2742462) typed_eid was introduced to abstract the eid type when running on Google AppEngine. It is not used anymore and can be removed. Let's use int() instead.

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