~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-08 10:14:23 UTC
  • mfrom: (5013.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100208101423-q81doa9rua7c3x6t
(vila) Fix a bunch of test imports

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."""