bin/cubicweb-ctl
author Florent Cayré
Wed, 27 Apr 2011 15:42:07 +0200
branchstable
changeset 7264 9ed9e1d77ef3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web config] fix md5 version to ensure cubes order and to include cubicweb version

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