/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 bzr-notify

  • Committer: Jelmer Vernooij
  • Date: 2011-04-02 12:42:35 UTC
  • Revision ID: jelmer@samba.org-20110402124235-h9cvzbawsk79fol3
RemoveĀ unusedĀ import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
load_plugins()
11
11
 
12
12
from bzrlib.plugins.gtk.commands import open_display
13
 
from bzrlib.plugins.gtk import icon_path
14
13
 
15
14
from bzrlib.plugins.gtk.notify import NotifyPopupMenu
16
15
gtk = open_display()