bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 08 Jun 2009 18:29:35 +0200
branchstable
changeset 2060 10d9fbdbed35
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[entities][CWCache] handle classic datetime vs None comparison bug

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