bin/cubicweb-ctl
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 24 Jan 2017 14:09:13 +0100
changeset 11918 a88101bf9f87
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[cwconfig] make appobjects_cubes_modnames() public The method is used in cubicweb.cwvreg without underscore and outside of the config class, so let's make this method public. Fix autoreload with twisted.

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