bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Aug 2009 14:52:07 +0200
branch3.5
changeset 2955 6bb5025c9fc7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
remove some pretty old deprecation code

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