bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 23 Jul 2009 15:28:41 +0200
changeset 2456 aa25d6b244c8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
new cwuri metadata + a few tests fixes on the way

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