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