bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 23 Jun 2009 10:53:57 +0200
branchstable
changeset 2135 55fc8b488907
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[interfaces] describe more explicitly what should be implemente in the ICalendarable interface

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