bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 11 Jun 2010 18:48:17 +0200
branchstable
changeset 5741 bbef88618fbb
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[twctl] add missing poststop method #1058268

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