bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 13 Mar 2012 14:20:16 +0100
branchstable
changeset 8301 1385e05afe52
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[uilib] don't print timedeltas between 0 and 23h as negative (closes #2236352)

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