#!/usr/bin/python
import subprocess
rc = subprocess.call(["python2","/usr/lib/entropy/spritz/repo-manager-client.py"])
raise SystemExit(rc)
