bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 18 Feb 2011 09:33:32 +0100
branchstable
changeset 7014 7e3e80f4179a
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[testlib pageinfo] extract matching_node method from has_tag to ease looking for a node with a given set of attributes

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