Outdated Examples
Opened this issue · 0 comments
oxzi commented
First, thanks a lot for all the great work in astroid. Today I tried to play with its plugin system and hit some barriers.
Since astroid version 0.14, WebKit was replaced by WebKit 2.0. This change was missed in the ThreadViewPlugin
example. WebKit
should be replaced with WebKit2
.
The signature of the get_avatar_uri
method was updated in astroidmail/astroid@3cccc7b. Without the new message
parameter, ThreadViewPlugin.do_get_avatar_uri
will not be called.
I would propose to update the threadview.py
file accordingly. Thanks again!