bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 17 Feb 2009 22:49:54 +0100
branchtls-sprint
changeset 713 5adb6d8e5fa7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
update imports of "cubicweb.common.entity" and use the new module path "cubicweb.entity"

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