bin/cubicweb-ctl
author sylvain.thenault@logilab.fr
Tue, 17 Feb 2009 13:26:24 +0100
branchtls-sprint
changeset 654 36e87179e91d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
has_relation selector compat, fix some deprecation msg

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