~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/test_branch.py

Tweak import style

Show diffs side-by-side

added added

removed removed

Lines of Context:
393
393
        os.mkdir('e')
394
394
        checkout_e = branch_a.create_checkout_convenience('e')
395
395
 
 
396
 
396
397
class ChrootedTests(TestCaseWithBranch):
397
398
    """A support class that provides readonly urls outside the local namespace.
398
399