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