bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 04 Oct 2013 18:16:45 +0200
changeset 9260 dd574929b414
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[debian] add some Breaks for backwards compatibility removal The person and comment cubes used to import the cubicweb.mixins module. The inlinedit cube relied on String.startsWith in javascript.

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