bin/cubicweb-ctl
author sylvain.thenault@logilab.fr
Thu, 26 Mar 2009 20:11:20 +0100
branchtls-sprint
changeset 1151 b20677336ee6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
turn old __rtags__ the new way

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