~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/ftp_server/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-19 18:41:52 UTC
  • mfrom: (4167.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090319184152-fe9geb4odrs3jd3u
(vila) Fix UnavailableFTPTestServer for sites without medusa and
        pyftpdlib (trivial)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
FTPServerFeature = _FTPServerFeature()
58
58
 
59
59
 
60
 
class UnavailableFTPServer(object):
 
60
class UnavailableFTPTestServer(object):
61
61
    """Dummy ftp test server.
62
62
 
63
63
    This allows the test suite report the number of tests needing that