bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 22 Jan 2014 10:39:57 +0100
changeset 9454 a173f9cf9f26
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[multi-sources-removal] drop source location search on glob_*[entity|relation] methods source is now always the system source Related to #2919300 [jcr: fix wrong rebase in symmetric relation removal]

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