Files

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

12 lines
225 B
Python
Raw Permalink Normal View History

2020-05-12 12:32:35 +02:00
#!/usr/bin/env python3
2014-02-05 18:31:06 +01: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 QOMTree
2014-02-05 18:31:06 +01:00
if __name__ == '__main__':
sys.exit(QOMTree.entry_point())