qapi-gen.py (69717d0f890e14cbdd668297751f9446d2e2a8fd) | qapi-gen.py (3d004a371e88a7454eb8ab8c19e6b0bd067b34cd) |
---|---|
1#!/usr/bin/env python | 1#!/usr/bin/env python3 |
2# QAPI generator 3# 4# This work is licensed under the terms of the GNU GPL, version 2 or later. 5# See the COPYING file in the top-level directory. 6 7from __future__ import print_function 8 9import argparse --- 50 unchanged lines hidden --- | 2# QAPI generator 3# 4# This work is licensed under the terms of the GNU GPL, version 2 or later. 5# See the COPYING file in the top-level directory. 6 7from __future__ import print_function 8 9import argparse --- 50 unchanged lines hidden --- |