/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/tree_implementations/__init__.py

  • Committer: ghigo
  • Date: 2006-10-22 16:43:28 UTC
  • mfrom: (2091 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2126.
  • Revision ID: ghigo@venice-20061022164328-da86f3a7676b06bd
Update to bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2006 by Canonical Ltd
 
1
# Copyright (C) 2006 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
38
38
                          TestSuite,
39
39
                          )
40
40
from bzrlib.tests.bzrdir_implementations.test_bzrdir import TestCaseWithBzrDir
41
 
from bzrlib.tree import RevisionTree
 
41
from bzrlib.revisiontree import RevisionTree
42
42
from bzrlib.workingtree import (WorkingTreeFormat,
43
43
                                WorkingTreeTestProviderAdapter,
44
44
                                _legacy_formats,