bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 23 Sep 2011 14:56:13 +0200
branchstable
changeset 7847 7be550fb337b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[primary view] add 'verbatim' attribute view (closes #1947475) this patch has been applied to default accidentaly

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