~toddy/bzr/bzr.i18n

« back to all changes in this revision

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

  • Committer: Tobias Toedter
  • Date: 2008-02-10 08:01:48 UTC
  • mfrom: (2438.1.783 +trunk)
  • Revision ID: t.toedter@gmx.net-20080210080148-bg5rh61oq2zk2xw3
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
 
357
357
def get_test_permutations():
358
358
    """Return the permutations to be used in testing."""
359
 
    from bzrlib.tests.HttpServer import HttpServer_PyCurl
 
359
    from bzrlib.tests.http_server import HttpServer_PyCurl
360
360
    return [(PyCurlTransport, HttpServer_PyCurl),
361
361
            ]