/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/transport/ftp/_gssapi.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-19 15:41:45 UTC
  • mfrom: (4167.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090319154145-159h7mmiivu3df6v
(vila) FTP test server: disable medusa for python2.6, add pyftpdlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
    from bzrlib import tests
154
154
    if tests.FTPServerFeature.available():
155
155
        from bzrlib.tests import ftp_server
156
 
        return [(GSSAPIFtpTransport, ftp_server.FTPServer)]
 
156
        return [(GSSAPIFtpTransport, ftp_server.FTPTestServer)]
157
157
    else:
158
158
        return []