/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/branch_implementations/test_http.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-11-21 07:35:43 UTC
  • mfrom: (2145.1.1 keepalive)
  • Revision ID: pqm@pqm.ubuntu.com-20061121073543-06ca44391ff18200
(vincent) urllib keepalive improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
from bzrlib import branch, errors
22
22
from bzrlib.tests.branch_implementations.test_branch import TestCaseWithBranch
23
 
from bzrlib.transport.http import HttpServer
 
23
from bzrlib.tests.HttpServer import HttpServer
24
24
 
25
25
 
26
26
class HTTPBranchTests(TestCaseWithBranch):