Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
223 B
Python
Raw Permalink Normal View History

2020-05-12 12:32:35 +02:00
#!/usr/bin/env python3
2012-02-20 16:28:30 -06:00
import os
import sys
2020-05-28 18:21:26 -04:00
sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'python'))
from qemu.utils.qom import QOMSet
2012-02-20 16:28:30 -06:00
if __name__ == '__main__':
sys.exit(QOMSet.entry_point())