bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@pythonian.fr>
Mon, 05 Oct 2015 16:36:49 +0200
changeset 10623 b9322cc17d7e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[sources/native] fix potential NameError (closes #7364249)

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