bin/cubicweb-ctl
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Tue, 11 Nov 2008 15:06:08 -0800
changeset 23 af1e65cb1123
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Removed chap_bases_framework as it has been merged un chap_fondements. Fix encoding of hooks chapter.

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