configure: Allow passing extra Objective C compiler flags
[qemu/rayw.git] / scripts / qmp / qmp-shell-wrap
blob66846e36d1fd288bfe7021b31a8d71b3df838def
1 #!/usr/bin/env python3
3 import os
4 import sys
6 sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'python'))
7 from qemu.aqmp import qmp_shell
10 if __name__ == '__main__':
11     qmp_shell.main_wrap()