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

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

from virtinst import virtclone
virtclone.runcli()