/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 nautilus-bzr.py

  • Committer: Alexandre Défossez
  • Date: 2009-06-24 20:13:34 UTC
  • mto: This revision was merged to the branch mainline in revision 655.
  • Revision ID: alexandre.defossez@gmail.com-20090624201334-75df8w0aov1qtojx
import error fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from bzrlib.plugin import load_plugins
20
20
load_plugins()
21
21
 
22
 
from bzrlib.plugins.gtk import _i18n, cmd_gannotate, start_viz_window
 
22
from bzrlib.plugins.gtk import _i18n
 
23
from bzrlib.plugins.gtk.commands import cmd_gannotate, start_viz_window
23
24
 
24
25
print "Bazaar nautilus module initialized"
25
26