commit | 59b00542659c8947f9d4e8c28d2d528ab3ab61a5 | [log] [tgz] |
---|---|---|
author | Eric Blake <eblake@redhat.com> | Tue Sep 29 16:21:01 2015 -0600 |
committer | Markus Armbruster <armbru@redhat.com> | Mon Oct 12 18:44:54 2015 +0200 |
tree | 152de6ab33b60cb1a7adb4f99e1a6c2260eb9f6a | |
parent | 7408fb67c0f9403f6e40aecf97cf798fc14e2cd8 [diff] |
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 <eblake@redhat.com> Message-Id: <1443565276-4535-4-git-send-email-eblake@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>