bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 20 Sep 2010 15:50:12 +0200
branchstable
changeset 6290 f68dd9dd3af2
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
handle displayctrl['limit'] == None correctly

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