bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 22 Sep 2011 16:12:28 +0200
changeset 7828 749e1a67987f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[entity] rename Entity._rest_attr_info into cw_rest_attr_info (closes #1942759)

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