bin/cubicweb-ctl
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Tue, 24 Nov 2009 11:10:33 -0800
branchstable
changeset 3917 0f912c1cde28
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[views] ticket #34808, make sure timetable view uses datetime and not date

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