/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-03-12 14:29:59 UTC
  • Revision ID: jelmer@samba.org-20110312142959-kp7h2ot0mxb6jb7d
Fix imports.

Show diffs side-by-side

added added

removed removed

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