bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 14 Oct 2011 10:33:31 +0200
changeset 7954 a3d3220669d6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[cache] replace lgc.cache with something more appropriate (closes #1921713)

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