bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 08 Apr 2010 09:59:59 +0200
branchstable
changeset 5183 8d66003351f8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[storage] consider fs_importing on update operations too

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