bin/cubicweb-ctl
author Alain Leufroy <alain.leufroy@logilab.fr>
Mon, 17 Jan 2011 13:36:18 +0100
branchstable
changeset 6836 fb3633142d8f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkg] fix small bug appearing on Windows

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