bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 23 Sep 2009 19:41:19 +0200
changeset 3453 e2572c9ca3ec
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[deprecation] better deprecation handling on self.varmaker

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