Rev 5023: Fix imports in per_branch/test_create_checkout.py. in file:///home/vila/src/bzr/cleanup/test-imports/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Feb 8 08:43:01 GMT 2010


At file:///home/vila/src/bzr/cleanup/test-imports/

------------------------------------------------------------
revno: 5023
revision-id: v.ladeuil+lp at free.fr-20100208084301-v3foyd288dg255ic
parent: v.ladeuil+lp at free.fr-20100208084218-pj6asam725ltosxr
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: test-imports
timestamp: Mon 2010-02-08 09:43:01 +0100
message:
  Fix imports in per_branch/test_create_checkout.py.
-------------- next part --------------
=== modified file 'bzrlib/tests/per_branch/test_create_checkout.py'
--- a/bzrlib/tests/per_branch/test_create_checkout.py	2009-07-10 05:49:34 +0000
+++ b/bzrlib/tests/per_branch/test_create_checkout.py	2010-02-08 08:43:01 +0000
@@ -19,11 +19,10 @@
 from bzrlib import (
     branch,
     )
-from bzrlib.remote import RemoteBranch
-from bzrlib.tests.per_branch.test_branch import TestCaseWithBranch
-
-
-class TestCreateCheckout(TestCaseWithBranch):
+from bzrlib.tests import per_branch
+
+
+class TestCreateCheckout(per_branch.TestCaseWithBranch):
 
     def test_checkout_format(self):
         """Make sure the new checkout uses the desired branch format."""



More information about the bazaar-commits mailing list