bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Jun 2010 18:44:03 +0200
changeset 5724 a39ecb0e6d99
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] fix test broken by 5721:61d6a4caa963, and update it to proper adapters to avoid deprecation warning

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