/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/HTTPTestUtil.py

  • Committer: Vincent Ladeuil
  • Date: 2007-11-20 16:33:39 UTC
  • mto: (3928.1.1 bzr.integration)
  • mto: This revision was merged to the branch mainline in revision 3929.
  • Revision ID: v.ladeuil+lp@free.fr-20071120163339-2id3dwcjdpqbqpue
Rename bzrlib/test/HttpServer.py to bzrlib/tests/http_server.py and fix uses.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from bzrlib.osutils import md5
27
27
from bzrlib.smart import protocol
28
28
from bzrlib.tests import TestCaseWithTransport
29
 
from bzrlib.tests.HttpServer import (
 
29
from bzrlib.tests.http_server import (
30
30
    HttpServer,
31
31
    TestingHTTPRequestHandler,
32
32
    )