Rev 5410: (vila) Cleanup imports in bt.per_wt.test_pull (most of them were useless). in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Sep 6 12:33:44 BST 2010


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5410 [merge]
revision-id: pqm at pqm.ubuntu.com-20100906113342-s41muavhjutdc7xr
parent: pqm at pqm.ubuntu.com-20100903025310-t8mj1bjq4fsyxk7p
parent: v.ladeuil+lp at free.fr-20100906100836-ufi18ftz3zx901o7
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2010-09-06 12:33:42 +0100
message:
  (vila) Cleanup imports in bt.per_wt.test_pull (most of them were useless).
   (Vincent Ladeuil)
modified:
  bzrlib/tests/per_workingtree/test_pull.py test_pull.py-20060222044334-43594dd8e143b708
=== modified file 'bzrlib/tests/per_workingtree/test_pull.py'
--- a/bzrlib/tests/per_workingtree/test_pull.py	2010-06-20 11:18:38 +0000
+++ b/bzrlib/tests/per_workingtree/test_pull.py	2010-09-06 10:08:36 +0000
@@ -16,16 +16,11 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 from cStringIO import StringIO
-import os
-
-from bzrlib import errors
-from bzrlib.errors import NotBranchError, NotVersionedError
-from bzrlib.osutils import basename
-from bzrlib.tests.per_workingtree import TestCaseWithWorkingTree
-from bzrlib.trace import mutter
-
-
-class TestPull(TestCaseWithWorkingTree):
+
+from bzrlib.tests import per_workingtree
+
+
+class TestPull(per_workingtree.TestCaseWithWorkingTree):
 
     def get_pullable_trees(self):
         self.build_tree(['from/', 'from/file', 'to/'])




More information about the bazaar-commits mailing list