These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / scripts / qmp / qemu-ga-client
index 9908f21..fd05605 100755 (executable)
@@ -259,7 +259,7 @@ def main(address, cmd, args):
 
     try:
         client = QemuGuestAgentClient(address)
-    except QemuGuestAgent.error, e:
+    except QemuGuestAgent.error as e:
         import errno
 
         print(e)