bin/cubicweb-ctl
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Wed, 28 Jan 2009 16:52:12 +0100
changeset 502 7882941d3530
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
owl module has two views : OWLView (TBOX) and OWLABOXView (more or less ABOX. indeed, it layout ABOX information only for an specific entity and not all entities)

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