bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 09 Jul 2014 15:51:58 +0200
changeset 9906 b2919eca7514
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] remove _rql heresy 1) ObjectStore knows nothing about rql, it just drops it on the floor 2) RQLObjectStore has a session, it can run rql that way 3) setting an object's "_rql" attribute is not a reasonable user-facing interface Also drop _commit attribute from base ObjectStore, it doesn't use it.

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