bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 15 Oct 2010 11:41:10 +0200
branchstable
changeset 6506 c1661ea815dc
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[packaging] add a __init__.py to cubes directory when installing data

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