bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 08 Jul 2009 10:44:37 +0200
branchstable
changeset 2325 363b66a15668
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[cleaning] minor cleaning over last two checkins

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