~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_workingtree/test_pull.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-06-30 10:12:41 UTC
  • mfrom: (5273.1.11 cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20100630101241-gj9gnm31gj0ptaj7
(vila) Cleanup tests importing get_transport. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from bzrlib.osutils import basename
24
24
from bzrlib.tests.per_workingtree import TestCaseWithWorkingTree
25
25
from bzrlib.trace import mutter
26
 
from bzrlib.transport import get_transport
27
26
 
28
27
 
29
28
class TestPull(TestCaseWithWorkingTree):