#!/usr/bin/python2 -O
# vim: fileencoding=utf-8
import sys
import qubes.tools.qvm_start
sys.exit(not qubes.tools.qvm_start.main())