bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Jun 2010 13:56:52 +0200
branchstable
changeset 5710 1c17e47df974
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[req] fix format_time w/ 0:0 which is evaluated to False

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