bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 10 Sep 2010 14:32:38 +0200
branchstable
changeset 6203 d3dea5f84404
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] during some tests (unittest_migrations), we should not register ClearGroupMap which is actually already there

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