/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-15 16:50:15 UTC
  • mto: This revision was merged to the branch mainline in revision 723.
  • Revision ID: zedtux@zedroot.org-20110315165015-dc8r4yoqhkmfrye3
Moved AvatarDownloaderWorker class into avatarsbox.py file

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
from bzrlib.plugins.gtk import _i18n
20
20
from bzrlib.config import parse_username
21
 
from bzrlib.plugins.gtk.avatarproviders import AvatarProviderGravatar
22
 
from bzrlib.plugins.gtk.avatardownloaderworker import AvatarDownloaderWorker
 
21
from bzrlib.plugins.gtk.avatarproviders import AvatarProviderGravatar, AvatarDownloaderWorker
23
22
 
24
23
 
25
24
class Avatar(gtk.Box):