/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: Wouter van Heyst
  • Date: 2006-05-14 16:38:34 UTC
  • mto: (0.5.11 nautilus-bzr)
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: larstiq@larstiq.dyndns.org-20060514163834-9a910c02c479dd58
use the bzrlib method of loading plugins, takes care of ~/.bazaar/plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
from bzrlib.errors import NotBranchError
5
5
from bzrlib.workingtree import WorkingTree
6
6
 
 
7
from bzrlib.plugin import load_plugins
 
8
load_plugins()
 
9
 
7
10
try:
8
11
    from bzrlib.plugins.bzrk import cmd_visualise
9
12
    have_bzrk = True