bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 15 Jun 2010 18:00:28 +0200
branchstable
changeset 5749 b4393b681f7a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[repo] on repository shutdown, we've to close the new eid creation connection

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