bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 24 Sep 2009 20:25:49 +0200
changeset 3462 3a79fecdd2b4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[magicsearch] make tests pass again: base preprocessor must have access to vreg (+ removed some deprecation warnings)

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