/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: Aaron Bentley
  • Date: 2006-11-28 04:05:35 UTC
  • mfrom: (2151 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2162.
  • Revision ID: aaron.bentley@utoronto.ca-20061128040535-akirmje66cdnsclg
Merge bzr.dev

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):