summaryrefslogtreecommitdiff
path: root/virt-xml
blob: 53c6c3fe571656a3d786eb755a9a3e14ecacb30c (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3
# Convenience wrapper for easily running virt-xml from the git tree

import os
import sys
sys.path.insert(0, os.path.dirname(__file__))

from virtinst import virtxml
virtxml.runcli()