bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 31 Mar 2010 14:25:26 +0200
branchstable
changeset 5109 5cf83b9356d5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] use the new temporary_appojects CM to simplfy unittest_storage

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