bin/cubicweb-ctl
author Olivier CAYROL (Logilab) <Olivier.Cayrol@logilab.fr>
Thu, 15 Jan 2015 18:01:28 +0100
changeset 11942 756710144b3f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[ical] Create ICal events or todos depending on component type returned by adapter

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