~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_weave.py

  • Committer: Jelmer Vernooij
  • Date: 2011-02-05 14:24:01 UTC
  • mto: (5582.12.2 weave-plugin)
  • mto: This revision was merged to the branch mainline in revision 5718.
  • Revision ID: jelmer@samba.org-20110205142401-yhslm4pbjov9aw4n
revert weavefile changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    errors,
28
28
    )
29
29
from bzrlib.osutils import sha_string
30
 
from bzrlib.tests import (
31
 
    TestCase,
32
 
    TestCaseInTempDir,
33
 
    )
34
 
from bzrlib.weave import (
35
 
    Weave,
36
 
    WeaveFormatError,
37
 
    )
38
 
from bzrlib.plugins.weave_fmt.weavefile import (
39
 
    write_weave,
40
 
    read_weave,
41
 
    )
 
30
from bzrlib.tests import TestCase, TestCaseInTempDir
 
31
from bzrlib.weave import Weave, WeaveFormatError
 
32
from bzrlib.weavefile import write_weave, read_weave
42
33
 
43
34
 
44
35
# texts for use in testing