bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 14 Sep 2009 12:28:22 +0200
branch3.5
changeset 3205 dc67e9431f34
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
fix entity classes inheritance (repair cw.test.unittest_entity)

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