virt-manager/virt-xml
2021-10-04 16:26:08 -04:00

10 lines
206 B
Python
Executable File

#!/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()