~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2009-03-19 17:51:18 UTC
  • mto: This revision was merged to the branch mainline in revision 4169.
  • Revision ID: v.ladeuil+lp@free.fr-20090319175118-zdi3fwmv3wzuktfu
Fix UnavailableFTPTestServer for sites without medusa and pyftpdlib.

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