#!/usr/bin/python3

import subprocess
import sys

sys.exit(subprocess.call(["/usr/lib/uncom/uncom-manager-deb/uncom-manager-deb.py"] + sys.argv[1:]))