~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_branch.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-11 21:06:09 UTC
  • mto: This revision was merged to the branch mainline in revision 5718.
  • Revision ID: jelmer@canonical.com-20110311210609-xnvaip461z26e70x
Support running without plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from bzrlib import (
28
28
    branch as _mod_branch,
29
29
    bzrdir,
30
 
    bzrdir_weave,
31
30
    config,
32
31
    errors,
33
32
    symbol_versioning,