bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 08 Feb 2010 12:01:15 +0100
changeset 4491 a0f48c31b58a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
kill register_appobject_class method, simplifying autoregistration. Update test accordingly (test which manually registers object should also properly call there __register__ method). Drop the disable-appobjects config file entry: no one used it since its introduction years ago.

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