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

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

from virtManager import virtmanager
virtmanager.runcli()