bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 22 May 2009 00:52:18 +0200
branchstable
changeset 1900 8dd4bb69c73d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tests] fix test after eproperties got renamed to cwproperties

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