bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 22 Sep 2010 18:23:35 +0200
branchstable
changeset 6308 c151c730a1ac
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dbapi] get_option_value now has a foreid argument telling the option should be dereferenced to the entity's actual repository (necessary for apycot/local_cache handling)

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