~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Martin Pool
  • Date: 2005-06-22 06:04:43 UTC
  • Revision ID: mbp@sourcefrog.net-20050622060443-12fe7e3443dde3bb
- merge plugin patch from john

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from diff import compare_trees
24
24
from trace import mutter, warning, open_tracefile
25
25
from log import show_log
 
26
from plugin import load_plugins
26
27
import add
27
28
 
28
29
BZRDIR = ".bzr"