bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 10 May 2011 18:53:18 +0200
changeset 7358 5a56890b33df
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
fix some test failures introduced by 7350:c2452cd57026

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