bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 18 Nov 2009 12:32:57 +0100
branchstable
changeset 3873 4d95109582c7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web] remove widget.render backward compatibility there are very few widgets outside CW that used old render API and they should have all been updated by now.

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