~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/_urllib.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-01-03 10:38:22 UTC
  • mfrom: (3156.2.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20080103103822-fj2udnviy9ilfsst
(vila) Fix bug #175524, http test servers are 1.1 compliant

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
 
164
164
def get_test_permutations():
165
165
    """Return the permutations to be used in testing."""
166
 
    from bzrlib.tests.HttpServer import HttpServer_urllib
 
166
    from bzrlib.tests.http_server import HttpServer_urllib
167
167
    return [(HttpTransport_urllib, HttpServer_urllib),
168
168
            ]