~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_branch/test_create_checkout.py

  • Committer: Vincent Ladeuil
  • Date: 2010-02-08 08:43:01 UTC
  • mto: (5013.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5014.
  • Revision ID: v.ladeuil+lp@free.fr-20100208084301-v3foyd288dg255ic
Fix imports in per_branch/test_create_checkout.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from bzrlib import (
20
20
    branch,
21
21
    )
22
 
from bzrlib.remote import RemoteBranch
23
 
from bzrlib.tests.per_branch.test_branch import TestCaseWithBranch
24
 
 
25
 
 
26
 
class TestCreateCheckout(TestCaseWithBranch):
 
22
from bzrlib.tests import per_branch
 
23
 
 
24
 
 
25
class TestCreateCheckout(per_branch.TestCaseWithBranch):
27
26
 
28
27
    def test_checkout_format(self):
29
28
        """Make sure the new checkout uses the desired branch format."""