bin/cubicweb-ctl
author sylvain.thenault@logilab.fr
Thu, 30 Apr 2009 17:35:11 +0200
branchtls-sprint
changeset 1619 e4845b54a704
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
force proper date/datetime according to type (necessary for sqlite at least)

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