/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_push.py

  • Committer: Jonathan Lange
  • Date: 2009-06-10 08:03:41 UTC
  • mto: This revision was merged to the branch mainline in revision 4433.
  • Revision ID: jml@canonical.com-20090610080341-wnsgsy70p5jw279u
RemoveĀ unusedĀ imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
from bzrlib.bzrdir import BzrDirMetaFormat1
30
30
from bzrlib.osutils import abspath
31
31
from bzrlib.repofmt.knitrepo import RepositoryFormatKnit1
32
 
from bzrlib.smart import client, server
33
32
from bzrlib.tests.blackbox import ExternalBase
34
33
from bzrlib.tests.http_server import HttpServer
35
34
from bzrlib.transport.memory import MemoryServer, MemoryTransport