#!/usr/bin/python
import libvirt
import sys

try:
    conn = libvirt.open(None)
except:
    sys.exit(1)