bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 22 Dec 2009 20:05:52 +0100
branchstable
changeset 4193 c3e7d0f85637
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
closes #607344 by simply appending '/' to base url if necessary instead of insulting the user

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