bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 11 Apr 2012 12:18:33 +0200
changeset 8361 7f356ba4181c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web/views/staticcontrollers] restore windows compat

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