bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 12 Apr 2010 15:15:00 +0200
branchstable
changeset 5217 08e7fa906cdb
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[source] small refactoring to avoid being doomed by a wrong assertion message on buggy storage raising attribute error

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