bin/cubicweb-ctl
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Wed, 06 May 2009 03:29:33 -0700
branchtls-sprint
changeset 1707 71b55db64269
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Use of datetime instead of mx.datetime and use of new date_range.

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