bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 11 Dec 2013 16:01:15 +0100
branchstable
changeset 9345 b02e2912cad5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[debian] add lintian override for a false positive

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