bin/cubicweb-ctl
author Arthur Lutz <arthur.lutz@logilab.fr>
Mon, 17 Sep 2012 14:39:29 +0200
branchstable
changeset 8745 00c5ea2a064a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web] don't link to None in author box (when author has been deleted) (closes #2409855)

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