bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 18 Mar 2010 09:05:49 +0100
branchstable
changeset 4935 f710770e6e90
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
move pdf icon component with it's template so we don't see it when the template isn't available due to missing dependancies

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