/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to avatarsbox.py

  • Committer: zedtux
  • Date: 2011-03-14 18:45:50 UTC
  • mto: This revision was merged to the branch mainline in revision 723.
  • Revision ID: zedtux@zedroot.org-20110314184550-l1yt77as62aovd34
Renamed avatarprovider.py to avatarproviders.py
Moved class AvatarProviderGravatar into the avatarproviders.py file
Added get_base_url method into the AvatarProvider class raising NotImplementedError exception

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
from bzrlib.plugins.gtk.avatar import Avatar
20
20
from bzrlib.plugins.gtk.avatarbox import AvatarBox
21
 
from bzrlib.plugins.gtk.avatarprovidergravatar import AvatarProviderGravatar
 
21
from bzrlib.plugins.gtk.avatarproviders import AvatarProviderGravatar
22
22
from bzrlib.plugins.gtk.avatardownloaderworker import AvatarDownloaderWorker
23
23
 
24
24
class AvatarsBox(gtk.HBox):