bin/cubicweb-ctl
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Mon, 02 Mar 2009 14:27:31 +0100
changeset 993 c1ce4c3a7c8f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
removing useless method for interfaces ISiocItem and ISiocContainer.

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