bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 24 Jul 2015 16:15:17 +0200
changeset 10580 5fbdbbe51867
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server/sources] add decode_extid method avoids having the same dance in both eid_type_source variants

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