]> Git Repo - qemu.git/commit
qapi: Invoke exception superclass initializer
authorEric Blake <[email protected]>
Tue, 29 Sep 2015 22:21:01 +0000 (16:21 -0600)
committerMarkus Armbruster <[email protected]>
Mon, 12 Oct 2015 16:44:54 +0000 (18:44 +0200)
commit59b00542659c8947f9d4e8c28d2d528ab3ab61a5
tree152de6ab33b60cb1a7adb4f99e1a6c2260eb9f6a
parent7408fb67c0f9403f6e40aecf97cf798fc14e2cd8
qapi: Invoke exception superclass initializer

pylint recommends that every exception class should explicitly
invoke the superclass __init__, even though things seem to work
fine without it.

Signed-off-by: Eric Blake <[email protected]>
Message-Id: <1443565276[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
scripts/qapi.py
This page took 0.025043 seconds and 4 git commands to generate.