/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/test_selftest.py

  • Committer: Jelmer Vernooij
  • Date: 2011-05-05 01:58:00 UTC
  • mto: This revision was merged to the branch mainline in revision 5830.
  • Revision ID: jelmer@samba.org-20110505015800-89t3un3ha2ktdohp
Fix more imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
455
455
        from bzrlib.tests.per_intertree import (
456
456
            make_scenarios,
457
457
            )
458
 
        from bzrlib.workingtree import WorkingTreeFormat3
 
458
        from bzrlib.workingtree_3 import WorkingTreeFormat3
459
459
        from bzrlib.workingtree_4 import WorkingTreeFormat4
460
460
        input_test = TestInterTreeScenarios(
461
461
            "test_scenarios")