bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 23 Sep 2009 20:12:48 +0200
changeset 3456 1a63a252601f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[facets] typo fix

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